Watson
|
116f0bba8a
|
[RM-766] fix detecting multiple simulator
* Launch simulator version which indicated by SDK version.
$ rake device_name='iPhone 5s'
* Launch simulator version which indicated by `target` envronment variable.
$ rake device_name='iPhone 5s' target=8.1
$ rake device_name='iPhone 5s' target=7.1
|
2015-03-19 13:51:23 +09:00 |
|
Watson
|
4aab1c8113
|
3.6
|
2015-02-13 12:57:48 +09:00 |
|
Laurent Sansonetti
|
130fe418da
|
compile each .rb file to a .o file instead of passing the .bc files to the linker (so that we don't compile .bc files that haven't changed)
|
2015-02-13 12:54:29 +09:00 |
|
Watson
|
d59031036d
|
[Android][RM-794] clear RUBYOPT to fix build error
|
2015-02-13 12:54:15 +09:00 |
|
Watson
|
a611ae4def
|
remove __USE_DEVICE_INT__
|
2015-02-13 12:53:52 +09:00 |
|
Mark Villacampa
|
58604cb0c5
|
Expose opt_level to make it possible to test an app in 'release mode' along with __strip__=1
|
2015-02-13 12:53:40 +09:00 |
|
Mark Villacampa
|
b99a970ae2
|
Do not strip functions starting with 'ruby' from frameworks. This was causing problems in 32bit devices only in release mode
|
2015-02-13 12:53:33 +09:00 |
|
Watson
|
258b6bc3bf
|
[RM-778] return dummy 'Debug Info Version' for Xcode 5
|
2015-02-13 12:53:18 +09:00 |
|
Watson
|
9b92afc085
|
[WatchKit] change UIDeviceFamily value into integer in info.plist in order to launch WachKit app with Xcode 6.2 beta 5
|
2015-02-13 12:52:50 +09:00 |
|
Watson
|
f37ac255bb
|
3.5
|
2015-02-05 07:53:11 +09:00 |
|
Watson
|
799d206d26
|
3.4
|
2015-02-05 07:44:58 +09:00 |
|
Mark Villacampa
|
768052522a
|
Relly really fix RM-753
|
2015-02-05 07:43:28 +09:00 |
|
Laurent Sansonetti
|
7635cb53e8
|
turns out Bacon.run is called for each spec, let's make sure we don't override the main_activity ivar with nil
|
2015-02-05 07:43:18 +09:00 |
|
Laurent Sansonetti
|
d2491653e9
|
enable vm debug logs if app.vm_debug_logs is set to true
|
2015-02-05 07:43:07 +09:00 |
|
Mark Villacampa
|
dc9f2c400a
|
Really fix RM-753
|
2015-02-05 07:42:59 +09:00 |
|
Mark Villacampa
|
548647f522
|
Fix RM-753
|
2015-02-05 07:42:51 +09:00 |
|
Laurent Sansonetti
|
388af0ad0e
|
remove app.avd_config variable which is no longer used/needed
|
2015-02-05 07:42:37 +09:00 |
|
Laurent Sansonetti
|
4f085f1b6b
|
add app.theme variable to set up the android:theme of the application, defaults to Theme.Holo
|
2015-02-05 07:42:28 +09:00 |
|
Watson
|
68f7cea0f4
|
fix WatchKit binary path for Xcode 6.2 beta 5
|
2015-02-05 07:42:15 +09:00 |
|
Watson
|
3936235ceb
|
[RM-740] embed Dwarf Debug info version which is actually used by Xcode
|
2015-02-05 07:41:53 +09:00 |
|
Laurent Sansonetti
|
e045b9bb94
|
add bundler stuff to android template
|
2015-02-05 07:40:58 +09:00 |
|
Eloy Durán
|
54d85ed04e
|
[iOS] Default to device architecture when debugging.
Unless the application does not have a slice for the device's native architecture,
in which case it defaults to an arch that it does contain.
|
2015-02-05 07:40:22 +09:00 |
|
Watson
|
8664b88c96
|
3.3
|
2015-01-26 10:34:30 +09:00 |
|
Mark Villacampa
|
769b9ae945
|
[RM-729] Introduce app.manifest, which makes it possible to directly
manipulate the contents of the AndroidManifest.xml from the Rakefile.
|
2015-01-26 10:32:03 +09:00 |
|
Mark Villacampa
|
636d649968
|
[Android] Fix bug where projects with XML files in the resources directory could not be compiled. Fixes RM-720
|
2015-01-26 10:31:36 +09:00 |
|
Eloy Durán
|
d3cb3e7da0
|
[iOS] Log sim invocation in verbose mode.
|
2015-01-26 10:30:59 +09:00 |
|
Hwee-Boon Yar
|
844b6c7474
|
[OSX Template] Updated Edit menu to include items generated by Xcode
|
2015-01-18 18:12:42 +08:00 |
|
Watson
|
3a91189761
|
3.2
|
2015-01-09 10:37:45 +09:00 |
|
Watson
|
312ced9440
|
use quoted string instead of #shellescape
Following alloy's review
|
2015-01-09 10:36:00 +09:00 |
|
Mark Villacampa
|
40e9bda096
|
[iOS] When stripping symbols, ignore symbols from the symbols file that are not present in the executable.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-701
|
2015-01-09 10:35:47 +09:00 |
|
Watson
|
a7e2d90f17
|
revert deleting i386 for simulator
Because simulator of old device type (like 'iPhone 5') needs i386 binary.
If remove i386, it can't launch the app on 'iPhone 5' device.
|
2015-01-09 10:35:37 +09:00 |
|
Tom Carey
|
6fec01b7f2
|
Fixes the extra-packages arg to work with multiple packages
As per `aapt -help` multiple packages need to be delimited with `:`
Previously only the last --extra-packages arg was being used.
|
2015-01-05 15:22:18 +13:00 |
|
Eloy Durán
|
91a15389f9
|
[iOS] Silence strip in non-verbose mode.
|
2014-12-30 11:09:33 +09:00 |
|
Laurent Sansonetti
|
189919913b
|
introduce :native parameter for app.vendor_project to include 3rd-party shared libraries
|
2014-12-30 11:09:22 +09:00 |
|
Eloy Durán
|
e3e6ef2718
|
[iOS] Do not strip symbols from host that a framework requires.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-701.
|
2014-12-30 11:09:10 +09:00 |
|
Watson
|
fd17911133
|
[RM-696] escape Watch app's Entitlements.plist path because it contains white spaces.
http://hipbyte.myjetbrains.com/youtrack/issue/RM-696
|
2014-12-30 11:08:45 +09:00 |
|
Watson
|
e10f094646
|
[RM-695] add 'application-identifier' to entitlements in order to deploy app to iOS 8.2 beta 3 device
http://hipbyte.myjetbrains.com/youtrack/issue/RM-695
|
2014-12-30 11:08:20 +09:00 |
|
Watson
|
2f3f3eee18
|
remove `i386' at :build:simulator task
|
2014-12-30 11:07:58 +09:00 |
|
Watson
|
5005c82720
|
remove 'i386' only if build 'x86_64'
|
2014-12-30 11:07:52 +09:00 |
|
Watson
|
45095e1977
|
reduce compile time by removing `i386' for iOS simulator
|
2014-12-30 11:07:42 +09:00 |
|
Eloy Durán
|
185bdbb0ce
|
[iOS] Pick-up new certificates prefixed with iOS instead of iPhone.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-693
|
2014-12-30 11:06:19 +09:00 |
|
Eloy Durán
|
248ec511a7
|
[WatchKit] Honor xcode_dir setting from host app.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-690
|
2014-12-30 11:02:01 +09:00 |
|
Eloy Durán
|
877583f976
|
[log] Show backtrace on App.fail and in verbose mode.
|
2014-12-30 11:01:17 +09:00 |
|
Watson
|
dadaef7f00
|
3.1
|
2014-12-17 09:08:03 +09:00 |
|
Eloy Durán
|
a4dc14107d
|
[iOS Ext] Don't use private API, try to replicate Xcode closely.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-577.
|
2014-12-17 09:03:57 +09:00 |
|
Eloy Durán
|
36d4c8ea33
|
[iOS Ext] Always pass on the full env to the target.
|
2014-12-17 09:03:35 +09:00 |
|
Eloy Durán
|
86b1242ba9
|
[iOS Ext] Fix startup crashes by reverting to previous behaviour.
Watch extensions don't use this code at all.
This reverts commit 9d14fe1000.
|
2014-12-17 09:03:15 +09:00 |
|
Watson
|
82ee2953ec
|
[RM-682] should not overwrite the value if info.plist was configured in Rakefile via "app.info_plist"
|
2014-12-15 10:28:17 +09:00 |
|
Watson
|
e046e0fe79
|
3.0
|
2014-12-12 08:22:50 +09:00 |
|
Laurent Sansonetti
|
68fec97fb7
|
Bacon.run will keep a reference to its optional argument (as the main activity) and expose it as Context#main_activity, so that UI specs can be written
|
2014-12-12 08:21:05 +09:00 |
|