Laurent Sansonetti
|
c41ffd4bd8
|
the build mode can now be specified using the 'mode
|
2012-09-19 15:09:12 +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
|
13f4e3da2e
|
pass -fobjc-arc to LDFLAGS if the deployment target is 4.3
|
2012-09-03 13:18:51 +02:00 |
|
Laurent Sansonetti
|
3a4a19c41f
|
exposes the motiondir variable
|
2012-07-14 12:21:59 +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
|
bcf40d8266
|
added weak frameworks support
|
2012-07-05 16:23:16 +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
|
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
|
0df46fb5ce
|
clear RUBYOPT when calling gen_bridge_metadata
|
2012-06-18 23:36:51 +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
|
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
|
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
|
21cb18495c
|
new license headers, validate app.icons
|
2012-06-03 20:19:57 +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
|
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
|
993cab49dc
|
use dependencies chain to link with stubs and frameworks
|
2012-05-21 12:33:58 +02:00 |
|
Laurent Sansonetti
|
8b29abe056
|
retina mode support
|
2012-05-14 12:54:14 +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
|
1b02107318
|
add warning message
|
2012-05-07 01:05:32 +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
|
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
|
3dd023c440
|
add cocoapods support, misc fixes/refactoring
|
2012-03-11 22:37:15 +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
|
365726e45d
|
fail if xcode is below 4.x
|
2012-02-15 13:44:04 +01:00 |
|
Laurent Sansonetti
|
0112488f88
|
add support for archive release (appstore)
|
2012-02-10 20:49:24 +01:00 |
|
Laurent Sansonetti
|
ca55c81a37
|
add support for custom fonts
|
2012-02-02 11:45:29 +01:00 |
|
Laurent Sansonetti
|
d77aa74c2e
|
change the way we build the app in spec_mode
|
2012-01-27 15:41:08 +01:00 |
|
Laurent Sansonetti
|
d537d247ef
|
add testflight support
|
2012-01-23 15:52:31 +01:00 |
|
Laurent Sansonetti
|
13bf378f88
|
create RubyMotion.bridgesupport
|
2012-01-15 21:30:50 +01:00 |
|
Laurent Sansonetti
|
dd4873fa73
|
make sure deployment_target can't be nil
|
2012-01-04 11:20:26 +01:00 |
|
Laurent Sansonetti
|
99aa2e640d
|
introduce deployment_target project variable, misc fixes
|
2012-01-03 19:17:36 +01:00 |
|
Laurent Sansonetti
|
09da1c197c
|
use xcode-select to find current xcode installation
|
2012-01-03 18:13:30 +01:00 |
|
Laurent Sansonetti
|
1d71c12b01
|
fix reading of provisioning profile data in 1.9
|
2012-01-03 15:19:29 +01:00 |
|
Laurent Sansonetti
|
82c2f7f1c3
|
fix the default provisioning profile to match those generated by Xcode (iOS Team Provisioning Profile)
|
2012-01-03 14:06:39 +01:00 |
|
Laurent Sansonetti
|
b612a78340
|
a new implementation of file dependencies
|
2012-01-03 12:25:02 +01:00 |
|
Laurent Sansonetti
|
c24ac69590
|
determine the list of bridgesupport files required by looking at framework dependencies
|
2012-01-02 13:39:12 +01:00 |
|
Laurent Sansonetti
|
ef11101651
|
make uncaught exceptions crash the process, generate dSYM during build process
|
2012-01-01 21:27:17 +01:00 |
|
Laurent Sansonetti
|
bfe3c0cdb3
|
better deploy (check if connected device is provisioned), more build system output fixes, misc changes
|
2011-12-25 17:06:22 +01:00 |
|
Laurent Sansonetti
|
1162483d43
|
better build system output
|
2011-12-24 18:39:20 +01:00 |
|
Laurent Sansonetti
|
d47548ad24
|
add basic bacon/spec integration
|
2011-12-23 22:39:47 +01:00 |
|