Watson
ff5fb294fc
[iOS] fix where non-retina iPad simulator is not launch
...
if string which indicates to launch iOS simulator for iPad that contains single quotation, (like 'iPad')
non-retina iPad simulator is not launch.
2013-10-07 13:17:28 +09:00
Watson
d2687f2f38
fix a bug in `rake spec' which always return exit(0) status
2013-08-07 22:49:55 +09:00
Laurent Sansonetti
9d95a7211d
refactor crash message + fix wording
2013-08-07 15:17:28 +02:00
Watson
bfac409496
fix a bug in debugger where debugging process will be terminated if press CTRL + C while app is running
...
rake task receives the signal and it is aborted.
And, GDB process remains as zombie process.
So, rake task ignores the SIGINT if debugger is running
2013-07-30 00:54:28 +09:00
Laurent Sansonetti
aa668c58a7
fix wording + style
2013-07-22 20:24:04 +02:00
Watson
81e6ee5666
show the message that crash log might have been created
2013-07-23 02:30:56 +09:00
Clay Allsopp
b4dd043ab3
set spec_mode and distribution_mode without setup
2013-06-17 08:08:08 +09:00
Colin T.A. Gray
313f2470f3
adds 'skip_build' option to 'rake simulater' (ios) and 'rake run' (osx)
2013-06-17 08:05:35 +09:00
Laurent Sansonetti
4f9dfe1402
remove app.sim_args and use args env variable instead
2013-06-09 16:51:48 +02:00
Watson
6f47126442
update the message and remove `exit'
2013-06-08 00:41:35 +09:00
Watson
dcdbf9b4cf
display the workaround for tmux users
...
if use tmux, we need some operation to launch iOS simulator.
2013-06-08 00:24:23 +09:00
Watson
68aaa64360
fix app.sim_args
...
Because when passed the arguments as following
app.sim_args += ["-com.apple.CoreData.SQLDebug 1"]
application will receive the argument like
argv[1] = ["-com.apple.CoreData.SQLDebug
argv[2] = 1"]
Expected:
argv[1] = -com.apple.CoreData.SQLDebug
argv[2] = 1
2013-06-05 05:03:34 +09:00
Laurent Sansonetti
9b178b69af
move ctags to basic project rakefile so that it works with osx
2013-05-29 20:15:14 +09:00
Laurent Sansonetti
913ae11077
app.sim_args
2013-05-29 19:21:10 +09:00
Watson
3e075d47c5
add a feature which passing the arguments on launching app
2013-05-28 09:29:14 +09:00
Laurent Sansonetti
d9f670252e
osx: add 'rake archive' tasks, refactor the builder archive/codesign code
2013-05-07 16:51:17 +02:00
Laurent Sansonetti
c7152c8143
add osx repl
2013-04-29 21:07:39 +02:00
Laurent Sansonetti
105a915f3d
mac port
2013-04-25 02:26:56 +02:00