Commit Graph

3118 Commits

Author SHA1 Message Date
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
Watson
5d4fe01848 fix merged_info_plist() argument 2014-12-11 11:23:44 +09:00
Laurent Sansonetti
b88ddd60ec ship iOS 8.2 files 2014-12-11 03:13:55 +01:00
Laurent Sansonetti
4f1320ceaa new NDK 2014-12-11 03:13:42 +01:00
Laurent Sansonetti
6a4e937fc5 mention ios 8.2 support 2014-12-11 01:04:41 +01:00
Laurent Sansonetti
074639e024 fix 'rake spec' for emulator 2014-12-10 23:43:52 +01:00
Laurent Sansonetti
fb9dee1e5e add missing 'rake emulator' task 2014-12-10 23:38:53 +01:00
Laurent Sansonetti
80bb4c2d9f no longer need Pre-release 2014-12-10 23:18:00 +01:00
Laurent Sansonetti
ab48bf7bfc ship android files and watch-sim binary 2014-12-10 22:01:23 +01:00
Laurent Sansonetti
4b6357fe25 3.0 2014-12-10 22:00:29 +01:00
Eloy Durán
4aef5e6708 [WatchKit] Add notification payload sample. 2014-12-10 20:52:39 +01:00
Eloy Durán
a308e34256 [WatchKit] Add options to launch different watch app type. 2014-12-10 20:50:32 +01:00
Eloy Durán
f8048a3817 [WatchKit] Update command options to launch on sim. 2014-12-10 20:42:48 +01:00
Eloy Durán
f12416d6dc Merge branch 'WatchKit' 2014-12-10 20:36:19 +01:00
Eloy Durán
e0ac1f4148 [WatchKit] Also remove Watch app Info.plist on each build. 2014-12-10 20:35:39 +01:00
Eloy Durán
ce2c1b8bb1 [WatchKit] Also compile assets for watch device. 2014-12-10 20:35:39 +01:00
Eloy Durán
2e171e0d63 [WatchKit] Ensure that the simulator is running. 2014-12-10 20:35:39 +01:00
Eloy Durán
08b0e428a8 [WatchKit] Get rid of deprecation warning. 2014-12-10 20:35:39 +01:00
Eloy Durán
c17f18f514 [WatchKit] Cleanup. 2014-12-10 20:35:39 +01:00
Eloy Durán
51bc018f0f [WatchKit] Support Glance and Notification apps. 2014-12-10 20:35:39 +01:00
Eloy Durán
83fff88065 [WatchKit] Compile asset bundles. 2014-12-10 20:35:39 +01:00
Eloy Durán
a9159c53ea [WatchKit] Set breakpoints and take no_continue env variable. 2014-12-10 20:35:39 +01:00
Eloy Durán
31a6d5ed0b [WatchKit] Call the WatchKit.framework main() implementation. 2014-12-10 20:35:39 +01:00
Eloy Durán
79f9d8a1c5 [WatchKit] Prettify verbose output. 2014-12-10 20:35:38 +01:00
Eloy Durán
e10929949a [WatchKit] Cleanup rake tasks. 2014-12-10 20:35:38 +01:00
Eloy Durán
b6ae1a04f7 [WatchKit] Improve rake output. 2014-12-10 20:35:38 +01:00
Eloy Durán
cfaeb17675 [WatchKit] Make verbose vs normal work. 2014-12-10 20:35:38 +01:00
Eloy Durán
218a64c346 [WatchKit] Only link those frameworks that absolutely required. 2014-12-10 20:35:38 +01:00
Eloy Durán
35a58d3189 [Config] Also make iOS app extension Info.plist conform. 2014-12-10 20:35:38 +01:00
Eloy Durán
174d85f794 [WatchKit] Move default config to the config object. 2014-12-10 20:35:38 +01:00
Eloy Durán
474ae828f0 [Config] Consolidate way to add/change info plist data. 2014-12-10 20:35:38 +01:00
Eloy Durán
3bcdb74536 [WatchKit] Fix extension name and identifier according to Xcode products. 2014-12-10 20:35:37 +01:00
Eloy Durán
020e650178 [Target] Configure the bundle ID in the config object only. 2014-12-10 20:35:37 +01:00
Eloy Durán
b291c793cf [Target] Consolidate common code and properly check if bundle install is required. 2014-12-10 20:35:37 +01:00
Eloy Durán
f99c2f2f0a [WatchKit] Move configuration to config objects. 2014-12-10 20:35:37 +01:00
Watson
3efc5a8a4b [WatchKit] fix info.plist in WatchKit extension and app 2014-12-10 20:35:37 +01:00
Eloy Durán
7f53dc0c39 [WatchKit] Add some more logging. 2014-12-10 20:35:37 +01:00
Eloy Durán
ac216d111e [WatchKit] Build watch-sim 2014-12-10 20:35:37 +01:00
Eloy Durán
299102de97 [WatchKit] Move launcher to bin 2014-12-10 20:35:37 +01:00
Eloy Durán
7e629bcb07 [WatchKit] Cleanup docs. 2014-12-10 20:35:37 +01:00
Eloy Durán
76575d943d [WatchKit] Refactor to only need the path to the host app bundle. 2014-12-10 20:35:36 +01:00