Commit Graph

186 Commits

Author SHA1 Message Date
Laurent Sansonetti
472cd8a6fd start debugger if any value is passed to 'debug' 2012-09-15 16:58:01 +02:00
Laurent Sansonetti
d8df013ceb add debugger (experimental) 2012-09-15 16:00:37 +02:00
Laurent Sansonetti
be3d99547b set the 'get-task-allow' entitlement to true by default for development builds 2012-09-15 15:59:11 +02:00
Laurent Sansonetti
f662faa61c rake simulator's 'retina' option can now take 3.5 and 4 as values (for iphone5 retina mode) 2012-09-14 18:07:16 +02:00
Laurent Sansonetti
9c5aceb07a use a different bundle identifier when running in spec mode 2012-09-03 21:16:34 +02:00
Laurent Sansonetti
ce0b980148 no longer rebuild .rb files in case the project Rakefile changed 2012-09-03 13:41:04 +02:00
Laurent Sansonetti
13f4e3da2e pass -fobjc-arc to LDFLAGS if the deployment target is 4.3 2012-09-03 13:18:51 +02:00
Laurent Sansonetti
4b659690f9 fix a bug in tap/:at 2012-09-03 13:16:48 +02:00
Laurent Sansonetti
20cb82e731 fix nested xib/storyboard files 2012-09-01 20:33:30 +02:00
Laurent Sansonetti
bacbc9f535 vendored libraries must be created with an object-file index 2012-09-01 15:26:33 +02:00
Laurent Sansonetti
a71f934c67 rake device now honors id env variable 2012-08-31 16:49:29 +02:00
Laurent Sansonetti
86db0b48b1 create the static library with an object file index 2012-08-14 22:12:27 +02:00
Laurent Sansonetti
dbf1e3678d storyboard testing 2012-07-14 13:15:23 +02:00
Laurent Sansonetti
3a4a19c41f exposes the motiondir variable 2012-07-14 12:21:59 +02:00
Laurent Sansonetti
cf862975f0 remove bundler support 2012-07-12 23:42:08 +02:00
Laurent Sansonetti
b8efe8147b only require bundler if there is a Gemfile 2012-07-12 23:32:15 +02:00
Laurent Sansonetti
16e60e573f ignore output of killall command 2012-07-12 22:23:03 +02:00
Laurent Sansonetti
eafdc2da60 quit the simulator before changing its defaults 2012-07-12 21:42:38 +02:00
Laurent Sansonetti
6c147ec8ed disable exception logging in spec mode 2012-07-11 15:43:41 +02:00
Laurent Sansonetti
c1611ac388 bundler is now optionally loaded 2012-07-10 21:19:55 +02:00
Laurent Sansonetti
8d72787415 fix a regression where spec files in nested directories would not be compiled 2012-07-10 21:19:38 +02:00
Laurent Sansonetti
d6db98c4a5 Grab files within symlinks inside of the resources directory when copying over resources 2012-07-05 16:33:27 +02:00
Laurent Sansonetti
bcf40d8266 added weak frameworks support 2012-07-05 16:23:16 +02:00
Laurent Sansonetti
4076c4bf72 fix compilation of spec launcher 2012-07-05 15:53:40 +02:00
Laurent Sansonetti
ee0b55f77d merged some comments from eloy 2012-07-05 15:53:18 +02:00
Laurent Sansonetti
2edd313f81 static library support 2012-07-01 23:47:55 +02:00
Laurent Sansonetti
c1e15c32c2 rake spec now honors the files env variable 2012-06-29 21:40:56 +02:00
Laurent Sansonetti
165c708eaa better output handling 2012-06-29 21:40:44 +02:00
Laurent Sansonetti
b912e39f66 introduce RUBYMOTION_ENV variable 2012-06-29 16:23:47 +02:00
Laurent Sansonetti
16fd7d0d50 integrate spec/ui work 2012-06-29 12:34:24 +02:00
Laurent Sansonetti
3af110901a add more options 2012-06-26 19:09:55 +02:00
Laurent Sansonetti
d492a850d6 fix regression 2012-06-18 23:43:02 +02:00
Laurent Sansonetti
0df46fb5ce clear RUBYOPT when calling gen_bridge_metadata 2012-06-18 23:36:51 +02:00
Laurent Sansonetti
0978074a83 touch the build dir after build 2012-06-18 23:00:37 +02:00
Laurent Sansonetti
d04611ffd4 relink the executable in case one of the vendor libraries changed 2012-06-16 22:31:58 +02:00
Laurent Sansonetti
addb4a25c0 rake simulator now honors deployment_target option, fixed bug when supporting deployment_target 2012-06-15 13:04:56 +02:00
Laurent Sansonetti
21d9e7abd8 let the user specify cpu archs 2012-06-14 21:18:39 +02:00
Laurent Sansonetti
1e7f13b465 add fast output 2012-06-14 21:03:42 +02:00
Laurent Sansonetti
15743ff074 switch to clang++ to compile/link 2012-06-14 20:56:09 +02:00
Laurent Sansonetti
a740ab3cd7 complain only if xcode-select returns a path in /Developer 2012-06-12 20:53:58 +02:00
Laurent Sansonetti
3383a62425 honor output env variable 2012-06-12 20:53:35 +02:00
Laurent Sansonetti
8ffadc83fc allow dash and underscore characters to be used in an app name 2012-06-07 13:42:12 +02:00
Laurent Sansonetti
65a5c07cb6 better quoting 2012-06-07 12:38:53 +02:00
Laurent Sansonetti
4f42dcff22 don't pass --no-64-bit on Snow Leopard, use the Rake #sh method to call gen_bridge_metadata so that the line appears when --trace is passed 2012-06-06 18:03:15 +02:00
Laurent Sansonetti
6e6bac9077 pass sdk_version instead of deployment_target when starting the sim 2012-06-06 17:39:11 +02:00
Laurent Sansonetti
214d9be963 * Fixed the Rakefile created by `motion create' to include the magic utf8
comment, as the file may contain multibyte characters and be parsed by
    Ruby 1.9. Patch by @pchw.
2012-06-06 17:38:40 +02:00
Laurent Sansonetti
21cb18495c new license headers, validate app.icons 2012-06-03 20:19:57 +02:00
Laurent Sansonetti
94234cddd5 don't open the sim in foreground when running in spec mode 2012-05-30 13:51:03 +02:00
Laurent Sansonetti
588e3caf28 filter deps based on the condition that we have BS files for them (works if using a lower deployment_target where certain frameworks are not there) 2012-05-29 16:30:13 +02:00
Laurent Sansonetti
f3f4fab6b4 fix force_load args to quote paths 2012-05-29 14:36:17 +02:00