Laurent Sansonetti
5803cf3c2c
sync
2013-06-14 13:47:44 +02:00
Laurent Sansonetti
9f3de43d1c
fix race condition when launching simulator and activating simulator (in the foreground)
2013-06-14 13:46:27 +02:00
Laurent Sansonetti
a0d2c5c180
sync
2013-06-13 16:20:02 +02:00
Laurent Sansonetti
b27e896ec1
define RUBYMOTION_ENV earlier
2013-06-13 16:18:24 +02:00
Laurent Sansonetti
57e8d351bf
sync
2013-06-12 11:47:40 +02:00
Laurent Sansonetti
69774883b9
sync
2013-06-12 11:47:39 +02:00
Laurent Sansonetti
1496768c55
sync
2013-06-11 20:47:56 +02:00
Laurent Sansonetti
22cc5b206f
use llvm-gcc for .rb compilation, retrieve compilers from stable Xcode (in the meantime we really migrate to clang)
2013-06-11 20:27:49 +02:00
Laurent Sansonetti
11194b3342
ignore some frameworks, use clang
2013-06-11 20:18:13 +02:00
Laurent Sansonetti
cc77b5ae76
update script for Xcode 5
2013-06-11 20:15:36 +02:00
Laurent Sansonetti
3847d29e31
use lldb if gdb is not present, honor malloc_debug env variable (1 for malloc history debug, 2 for guard malloc)
2013-06-11 20:15:21 +02:00
Laurent Sansonetti
12a7a0ba9f
2.2, forward SDK_BETA env variable
2013-06-11 20:14:44 +02:00
Laurent Sansonetti
064f0bb432
sync
2013-06-10 13:33:00 +02:00
Laurent Sansonetti
a19f583de2
sync
2013-06-09 20:38:40 +02:00
Laurent Sansonetti
ce3cf2fa51
add support for manifest plist file (ios only)
2013-06-09 20:28:20 +02:00
Laurent Sansonetti
acbd659388
allow hash keys to be symbols
2013-06-09 20:28:01 +02:00
Laurent Sansonetti
4f9dfe1402
remove app.sim_args and use args env variable instead
2013-06-09 16:51:48 +02:00
Laurent Sansonetti
2928e289c5
sync
2013-06-09 13:34:40 +02:00
Laurent Sansonetti
b1c28d9c75
app.vendor_project(:xcode) now rebuilds the project in case a file changed
2013-06-09 13:33:13 +02:00
Laurent Sansonetti
e7e726eb6b
sync
2013-06-09 12:39:19 +02:00
Laurent Sansonetti
d8735c2fbf
OSX: add LSMinimumSystemVersion plist key
2013-06-09 12:36:10 +02:00
Watson
820921f751
add line in NEWS
2013-06-09 17:15:36 +09:00
Watson
8b12250559
[OSX] fix a bug where it is not possible to submit app to Mac App Store
...
We have to do the code sign twice to submit app
1. code sign to app with
"3rd Party Mac Developer Application: XXX"
2. code sign to pkg with
"3rd Party Mac Developer Installer: XXX"
2013-06-09 17:14:42 +09:00
Laurent Sansonetti
da899c72e8
sync
2013-06-08 14:47:06 +02:00
Laurent Sansonetti
ba5f097672
sync
2013-06-08 14:45:55 +02:00
Laurent Sansonetti
15e9990a62
added embedded frameworks support (OSX-only)
2013-06-08 14:41:45 +02:00
Watson
6f47126442
update the message and remove `exit'
2013-06-08 00:41:35 +09:00
Watson
ec149af83d
add line in NEWS
2013-06-08 00:26:26 +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
4f02fd5f1e
add line in NEWS
2013-06-05 14:50:02 +09:00
Watson
7361d1a879
fix a bug in detecting file dependencies where it will not detect dependencies if contains nested constants
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-160
2013-06-05 14:47:36 +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
6269cb1f1a
more tests
2013-06-01 14:20:10 +09:00
Laurent Sansonetti
9b23ac1ffe
sync
2013-06-01 14:19:57 +09:00
Laurent Sansonetti
c57e8f30a1
sync
2013-06-01 14:19:52 +09:00
Laurent Sansonetti
ad6a48887c
sync
2013-06-01 13:40:56 +09:00
Laurent Sansonetti
47dc87abac
Merge branch 'master' of github.com:lrz/RubyMotion
2013-06-01 13:22:53 +09:00
Laurent Sansonetti
ed0415717a
sync
2013-06-01 13:22:43 +09:00
Laurent Sansonetti
be6ce1d449
osx: support for entitlements
2013-06-01 13:22:25 +09:00
Laurent Sansonetti
884b9bbe9f
add 'build' task that builds for both modes
2013-06-01 13:20:57 +09:00
Watson
2afdc97134
add line in NEWS
2013-05-30 08:31:41 +09:00
Jack Chen (chendo)
dfb38c7333
Use absolute path for CONFIGURATION_BUILD_DIR because when using relative xcodeproj path
2013-05-30 08:27:09 +09:00
Laurent Sansonetti
9eb7bcac7b
sync
2013-05-29 20:30:38 +09:00
Laurent Sansonetti
b022b08281
add 'rake static' task (OSX)
2013-05-29 20:27:38 +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
89ef64df1f
fix 'rake debug=1' with app name including spaces (OSX)
2013-05-29 19:29:19 +09:00
Laurent Sansonetti
2abe1e16ad
app.arguments_passed_on_launch -> app.sim_args
2013-05-29 19:22:10 +09:00
Laurent Sansonetti
913ae11077
app.sim_args
2013-05-29 19:21:10 +09:00
Laurent Sansonetti
f568c04aea
Merge branch 'master' of github.com:lrz/RubyMotion
2013-05-29 18:59:34 +09:00
Watson
60ec270903
add line in NEWS
2013-05-28 09:30:39 +09:00