Laurent Sansonetti
b05c99c517
sync
2014-12-23 15:15:01 +01:00
Laurent Sansonetti
7e80d45373
support for java 1.8 javap syntax
2014-12-23 15:12:12 +01:00
Laurent Sansonetti
298f057f00
sync
2014-12-23 15:09:01 +01:00
Laurent Sansonetti
7a72a3e13d
support classes that implement interfaces
2014-12-23 15:08:11 +01:00
Laurent Sansonetti
6f6b000614
sync
2014-12-23 15:04:38 +01:00
Watson
4f5c4f54f4
[RM-696] escape Watch app's Entitlements.plist path because it contains white spaces.
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-696
2014-12-22 10:11:03 +09:00
Watson
14eddd3719
[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-22 10:06:31 +09:00
Watson
2a607a7aaf
remove `i386' at :build:simulator task
2014-12-19 23:24:23 +09:00
Watson
98d760a1a4
remove 'i386' only if build 'x86_64'
2014-12-19 10:54:50 +09:00
Watson
66b5b44a38
reduce compile time by removing `i386' for iOS simulator
2014-12-19 10:02:12 +09:00
Eloy Durán
f79c970938
[iOS] Pick-up new certificates prefixed with iOS instead of iPhone.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-693
2014-12-18 13:52:57 +01:00
Eloy Durán
565c0f3c83
[XcodeConfig] Add tests for distribution codesign certificates.
2014-12-18 13:52:56 +01:00
Eloy Durán
3dc0a37e9d
[iOS] Fix UILaunchImages test.
2014-12-18 13:52:56 +01:00
Watson
016bf35991
[NEWS] fix RM-691
2014-12-18 12:19:56 +09:00
Watson
264422f26f
[RM-691] fix where it can't debug app on device with Xcode 6
...
1. not forward SIGINT to lldb.
Because if forward SIGINT, lldb will terminate
2. remove "process.Continue()\n"
if lauch the app with "process.Continue()\n",
it can't invoke lldb command.
weird.
2014-12-18 12:04:32 +09:00
Eloy Durán
f0f019ce47
[WatchKit] Honor xcode_dir setting from host app.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-690
2014-12-17 14:58:26 +01:00
Eloy Durán
366483ccd8
[log] Show backtrace on App.fail and in verbose mode.
2014-12-17 13:39:30 +01:00
Watson
5ce6eceffd
[NEWS] fix RM-684
2014-12-17 10:58:44 +09:00
Watson
7d00b158bd
[spec] add spec for RM-684
2014-12-17 10:55:43 +09:00
Watson
9679db7095
3.2
2014-12-17 10:55:21 +09:00
Watson
10bd0c4867
sync
3.1
2014-12-17 09:01:45 +09:00
Laurent Sansonetti
addf80d59f
add android work
2014-12-16 13:21:44 +01:00
Laurent Sansonetti
652ed17797
sync
2014-12-16 13:18:14 +01:00
Eloy Durán
5ca1faa68e
[iOS Ext] Don't use private API, try to replicate Xcode closely.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-577 .
2014-12-16 13:11:27 +01:00
Eloy Durán
127c0792b7
[iOS Ext] Always pass on the full env to the target.
2014-12-15 19:19:43 +01:00
Eloy Durán
73d77fc888
[NEWS] Document fix for extensions regression.
2014-12-15 18:55:45 +01:00
Eloy Durán
a5cee2a67d
[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-15 15:37:40 +01:00
Watson
ebb6cddd7e
[RM-683] fix where `rake background_fetch=1' did not work with Xcode 6.x
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-683
2014-12-14 21:31:17 +09:00
Watson
828fa0ddc5
[NEWS] fix RM-682
2014-12-14 00:04:43 +09:00
Watson
d2a7b83a5c
[RM-682] should not overwrite the value if info.plist was configured in Rakefile via "app.info_plist"
2014-12-14 00:03:09 +09:00
Watson
aa96499a0c
Revert "[RM-682] fix info.plist for UIBackgroundModes which has wrong value for BackgroundFetch"
...
This reverts commit 85038ce9e0 .
2014-12-13 23:54:49 +09:00
Watson
85038ce9e0
[RM-682] fix info.plist for UIBackgroundModes which has wrong value for BackgroundFetch
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-682
2014-12-13 23:47:06 +09:00
Watson
349de90184
3.1
2014-12-13 23:44:17 +09:00
Watson
5b9b565661
sync
3.0
2014-12-12 09:05:56 +09:00
Laurent Sansonetti
491242ccf3
3.0
2014-12-11 21:33:25 +01:00
Laurent Sansonetti
7447af4b7b
sync
2014-12-11 21:14:04 +01:00
Eloy Durán
e6e2666e45
[iOS] Only try to use asset catalog Info.plist content if reading succeeded.
...
The file may exist when either app icons or launch images are used, but that
does not mean we can assume in either cases that the content is for that case.
2014-12-11 21:11:22 +01:00
Eloy Durán
dadf725074
[Target] Always use a clean bundler env when using bundler.
2014-12-11 21:03:08 +01:00
Eloy Durán
948910c2a4
[WatchKit] Prefer single quotes in Rakefile.
2014-12-11 20:31:14 +01:00
Eloy Durán
5e8f8ffae2
[WatchKit] Be sure to find right extension and fail if there is none.
2014-12-11 20:26:21 +01:00
Eloy Durán
89c8b4d2cb
[WatchKit] Update template for new IB gem.
2014-12-11 20:25:54 +01:00
Eloy Durán
81c032050d
[NEWS] Add entry about WatchKit support.
2014-12-11 17:36:10 +01:00
Eloy Durán
d7b6f29e4f
[iOS/WatchKit] Add support for UILaunchImages from an asset catalog.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-297
2014-12-11 16:40:50 +01:00
Eloy Durán
998793230b
[iOS rake] Fail fast and fix error message.
2014-12-11 15:19:16 +01:00
Eloy Durán
ab5d7f86bd
[iOS rake] Add display env var support to watch task. Can be compact or regular.
2014-12-11 13:43:48 +01:00
Eloy Durán
b0a67553c9
[iOS rake] Rename watch task to watch:simulator and add shortcut and IB TODO.
2014-12-11 13:43:48 +01:00
Eloy Durán
7d1c41adc1
[WatchKit] Add support for specifying which external sim display to show.
2014-12-11 13:43:48 +01:00
Laurent Sansonetti
c7666ecf1a
don't log class compilation
2014-12-11 11:30:13 +01:00
Laurent Sansonetti
21812672d1
add bin/watch-sim
2014-12-11 03:26:09 +01:00
Laurent Sansonetti
32639dab22
Merge branch 'master' of github.com:lrz/RubyMotion
2014-12-11 03:25:06 +01:00