Laurent Sansonetti
|
105a915f3d
|
mac port
|
2013-04-25 02:26:56 +02:00 |
|
Watson
|
5573cc442a
|
fix a bug which iOS simulator will be re-launched at every time with `rake'
RM-52 Should not re-launch iOS simulator at every time with `rake'
|
2013-02-26 13:31:00 +09:00 |
|
Watson
|
08341aef38
|
fix a bug which does not launch iOS simulator when `app.xcode_dir' is specified a path other than the '/Applications' folder
|
2013-02-26 11:14:22 +09:00 |
|
Watson
|
b17e5bb7e4
|
`app.resources_dir' will be deprecated
|
2013-02-26 01:00:51 +09:00 |
|
Watson
|
a160a13cc1
|
add a feature to support multiple resource directories
change `app.resources_dir' to accept an Array too, like:
app.resources_dir = ["resources", "vendor/GoogleMaps.framework/Resources"]
|
2013-02-25 15:45:02 +09:00 |
|
Laurent Sansonetti
|
3b4557a014
|
fix 'rake spec' to always exit() based on the return code, to workaround race conditions with the new iOS 6 simulator
|
2012-10-09 18:05:40 +02:00 |
|
Laurent Sansonetti
|
25cd38f010
|
load UIAutomation dynamically, add 'spec:device' task which runs the specs on the device
|
2012-10-06 16:20:02 +02:00 |
|
Laurent Sansonetti
|
f87379dbb5
|
merge contributions from github
|
2012-09-26 16:20:29 +02:00 |
|
Laurent Sansonetti
|
c41ffd4bd8
|
the build mode can now be specified using the 'mode
|
2012-09-19 15:09:12 +02:00 |
|
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
|
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
|
a71f934c67
|
rake device now honors id env variable
|
2012-08-31 16:49:29 +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
|
c1611ac388
|
bundler is now optionally loaded
|
2012-07-10 21:19:55 +02:00 |
|
Laurent Sansonetti
|
2edd313f81
|
static library support
|
2012-07-01 23:47:55 +02:00 |
|
Laurent Sansonetti
|
d492a850d6
|
fix regression
|
2012-06-18 23:43:02 +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
|
6e6bac9077
|
pass sdk_version instead of deployment_target when starting the sim
|
2012-06-06 17:39:11 +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
|
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
|
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
|
87298c9b6f
|
add copyright headers
|
2012-04-24 18:26:30 +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
|
e7b378a44f
|
don't start the repl in spec mode
|
2012-03-24 20:02:21 +01:00 |
|
Laurent Sansonetti
|
67a4ef79c4
|
fix terminal echo
|
2012-03-23 16:29:52 +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
|
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 |
|
Laurent Sansonetti
|
d77aa74c2e
|
change the way we build the app in spec_mode
|
2012-01-27 15:41:08 +01:00 |
|
Laurent Sansonetti
|
0747dcd244
|
use App.fail
|
2012-01-23 15:28:05 +01:00 |
|
Laurent Sansonetti
|
99aa2e640d
|
introduce deployment_target project variable, misc fixes
|
2012-01-03 19:17:36 +01:00 |
|
Laurent Sansonetti
|
10e7d8327b
|
fix the 'set verbose off by default' thing for previous versions of rake (actually that one that ships with the system)
|
2011-12-26 12:20:50 +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 |
|
Laurent Sansonetti
|
0886320166
|
rake simulator now honors the 'device_family' env variable
|
2011-12-21 15:51:37 +01:00 |
|