Commit Graph

156 Commits

Author SHA1 Message Date
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
Laurent Sansonetti
99882e7f22 unset env variables that could make the vendor build to fail 2012-05-29 13:42:37 +02:00
Laurent Sansonetti
1fcdfd7b6e fix bs generation bug 2012-05-29 13:10:38 +02:00
Laurent Sansonetti
c59d057118 better bridgesupport generator 2012-05-28 20:59:22 +02:00
Laurent Sansonetti
ee71e94c38 include all source code files 2012-05-22 13:14:47 +02:00
Laurent Sansonetti
390bf604ed fix a regression 2012-05-22 13:14:34 +02:00
Laurent Sansonetti
007d7e35b7 add support for localized nibs 2012-05-21 12:49:12 +02:00
Laurent Sansonetti
993cab49dc use dependencies chain to link with stubs and frameworks 2012-05-21 12:33:58 +02:00
Laurent Sansonetti
7cd769a23f fix momc line by using absolute paths 2012-05-18 14:51:01 +02:00
Laurent Sansonetti
a7ad4d25d2 oops 2012-05-14 12:59:06 +02:00
Laurent Sansonetti
0b3002d77f use a separate env var 2012-05-14 12:58:13 +02:00
Laurent Sansonetti
8b29abe056 retina mode support 2012-05-14 12:54:14 +02:00
Laurent Sansonetti
acd4165352 Generate BridgeSupport for headers at any level. This patch is needed
to ensure all headers of Pods will be included in the BS file, with
the current state of the motion-cocoapods repo.
2012-05-13 22:34:00 +02:00
Laurent Sansonetti
a75395ee11 don't crash if the resources dir does not exist 2012-05-13 22:30:35 +02:00
Laurent Sansonetti
fa8e0335ba add support for coredata models and storyboard files 2012-05-13 22:28:30 +02:00
Laurent Sansonetti
da79e7ea7c support for nib files 2012-05-09 12:09:24 +02:00
Laurent Sansonetti
91fba09719 disable the automatic loading of motion- gems 2012-05-09 00:01:10 +02:00
Laurent Sansonetti
1b02107318 add warning message 2012-05-07 01:05:32 +02:00
Laurent Sansonetti
af83ad937b fix bugs in the vendoring code 2012-05-07 00:31:15 +02:00
Laurent Sansonetti
aa4e9c16fd some fixes for archive:release 2012-05-06 23:35:44 +02:00
Laurent Sansonetti
87298c9b6f add copyright headers 2012-04-24 18:26:30 +02:00
Laurent Sansonetti
1b2c20d54c remove the cocoapods/testflight files 2012-04-24 18:23:36 +02:00
Laurent Sansonetti
72696b3f98 disable the xcarchive creation for now 2012-04-21 17:42:31 +02:00
Laurent Sansonetti
8b6963f35c if debug=0, do not use the repl 2012-03-29 13:07:02 +02:00
Laurent Sansonetti
c8b7903571 motion create now generates a .gitignore file 2012-03-24 23:21:08 +01:00
Laurent Sansonetti
e7b378a44f don't start the repl in spec mode 2012-03-24 20:02:21 +01:00
Laurent Sansonetti
b5be0472eb fix a bug when cleaning vendor projects 2012-03-23 16:30:13 +01:00
Laurent Sansonetti
67a4ef79c4 fix terminal echo 2012-03-23 16:29:52 +01:00
Laurent Sansonetti
e41db72e2b move app creation elsewhere and print the files we create 2012-03-19 01:23:25 +01:00
Laurent Sansonetti
41854233c2 use clang when compiling vendored projects (since it's the only compiler that supports arc) 2012-03-12 22:01:16 +01:00
Laurent Sansonetti
7c64962219 don't forget a whitespace character 2012-03-12 22:00:33 +01:00