Commit Graph

122 Commits

Author SHA1 Message Date
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
Laurent Sansonetti
ec63872215 fix regression (build_dir may not exist) 2012-03-12 17:18:03 +01:00
Laurent Sansonetti
3dd023c440 add cocoapods support, misc fixes/refactoring 2012-03-11 22:37:15 +01:00
Laurent Sansonetti
f611a88b87 the build system now checks for software updates 2012-02-19 18:51:42 +01:00
Laurent Sansonetti
9414c262ea add support for xcode 4.3 and lion 2012-02-18 18:20:50 +01:00
Laurent Sansonetti
d76ba36404 move plist.rb into project/ 2012-02-17 11:45:38 +01:00
Laurent Sansonetti
d8b15196a9 add ctags support 2012-02-16 18:30:06 +01:00
Laurent Sansonetti
353a0af198 fail when building a vendor project that does not generate any .a library 2012-02-16 18:27:31 +01:00
Laurent Sansonetti
365726e45d fail if xcode is below 4.x 2012-02-15 13:44:04 +01:00
Laurent Sansonetti
0b6ab22176 fix device task to depend on archive:development 2012-02-12 18:27:27 +01:00
Laurent Sansonetti
0112488f88 add support for archive release (appstore) 2012-02-10 20:49:24 +01:00