Laurent Sansonetti
fd6255ec0b
OSX: add app.codesign_for_development Rakefile variable to enable codesign during development (normally only done in release builds)
2013-08-11 21:23:03 +02:00
Watson
8e404a3cf3
fix a mistake in 7fffe1ae44
2013-08-07 23:51:34 +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
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
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
884b9bbe9f
add 'build' task that builds for both modes
2013-06-01 13:20:57 +09:00
Laurent Sansonetti
b022b08281
add 'rake static' task (OSX)
2013-05-29 20:27:38 +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
01ad1cd403
osx 'rake spec' task
2013-05-06 15:14:38 +02:00
Laurent Sansonetti
4df5b0a356
quote executable
2013-04-30 00:21:27 +02:00
Laurent Sansonetti
c7152c8143
add osx repl
2013-04-29 21:07:39 +02:00
Laurent Sansonetti
850c9ce0ba
fix projects containing space characters
2013-04-27 01:49:44 +02:00
Laurent Sansonetti
a03cb908e4
add debug mode
2013-04-26 17:14:02 +02:00
Laurent Sansonetti
105a915f3d
mac port
2013-04-25 02:26:56 +02:00