Commit Graph

23 Commits

Author SHA1 Message Date
Laurent Sansonetti
f86e6d0596 Merge pull request #11 from satococoa/fix-gen_bridge_metadata-with-bundler
clear $RUBYOPT when calling gen_bridge_metadata
2012-06-18 14:35:54 -07:00
Laurent Sansonetti
9413a1d1f8 touch the object files build directory after the build, to make sure the mtime comparison with Rakefile gives an expected result at the next build 2012-06-18 23:01:40 +02:00
Satoshi Ebisawa
9950550e30 clear $RUBYOPT when calling gen_bridge_metadata 2012-06-18 03:44:46 +09:00
Laurent Sansonetti
3714421c03 1.12 2012-06-17 17:04:28 +02:00
Laurent Sansonetti
d95c15a7f3 relink the executable in case one of the vendored libraries changed 2012-06-16 22:32:52 +02:00
Laurent Sansonetti
476fab6ff1 s/target/deployment_target 2012-06-15 13:05:34 +02:00
Satoshi Ebisawa
86d39de1ad use BridgeSupports for needed versions
case 1.
SDK=5.1, deployment_target=4.3
BridgeSupport files for 4.3, 5.0, 5.1 will be needed.

case 2.
SDK=5.1, deployment_target=5.1(or not specified)
BridgeSupport files for 5.1 will be needed.
2012-06-15 19:21:39 +09:00
Satoshi Ebisawa
01315ce30c add target option on :simulator task 2012-06-15 19:20:47 +09:00
Laurent Sansonetti
9887412efb let the user specify which archs should be used to build a certain platform (by using the app.archs method which returns a hash) - this is so far only useful when working with iOS 4.3 2012-06-14 21:27:25 +02:00
Laurent Sansonetti
8a70ed0959 Merge pull request #8 from mneorr/master
Added Fast test output, Fixed Knock and Tap test names
2012-06-14 12:01:25 -07:00
Laurent Sansonetti
315c1ec941 switch to clang++ 2012-06-14 20:58:35 +02:00
Marin Usalj
5810bf7599 Added the FastOutput! Fixed Knock and Tap spec names that were not displayed 2012-06-13 14:02:17 +02:00
Laurent Sansonetti
000b645e76 1.11 2012-06-12 23:26:05 +02:00
Laurent Sansonetti
e1030b0b88 complain about the Xcode path only if xcode-select returns a /Developer path 2012-06-12 23:25:58 +02:00
Laurent Sansonetti
c53729248c spec output can now be specified by setting the output environment variable (ex. rake spec output=test_unit) 2012-06-10 22:07:14 +02:00
Laurent Sansonetti
30d0bb51d3 1.10 2012-06-10 10:32:33 +02:00
Laurent Sansonetti
c5d01c2754 Merge pull request #4 from MarkVillacampa/master
Added the possibility to have - and _ in the project name
2012-06-07 04:27:34 -07:00
Laurent Sansonetti
2429a976b3 do not pass --no-64-bit to gen_bridge_metadata on Snow Leopard (since the flag was added in Lion) 2012-06-07 12:39:40 +02:00
Laurent Sansonetti
ad71aa4b8d pass sdk_version instead of deployment_target to the sim launcher (fixes issue #7) 2012-06-06 17:40:20 +02:00
Mark Villacampa
5e35c567a4 Added the possibility to have - and _ in the project name 2012-06-04 03:19:31 +02:00
Laurent Sansonetti
9775285534 validate app.icons to make sure it contains an array of strings, otherwise the generated Info.plist file will cause Application Loader.app to trigger an unrecognized selector exception 2012-06-03 20:22:36 +02:00
pochi
c66d7072ad add coding sign into template for non-ASCII characters 2012-06-02 12:34:39 +09:00
Laurent Sansonetti
c14c432602 initial revision 2012-06-01 19:26:29 +02:00