[TIMOB-18633] iOS: Allow launching WatchKit apps on the simulator
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-04-17T21:14:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Jon Alter |
Assignee | Jon Alter |
Created | 2015-03-03T19:05:38.000+0000 |
Updated | 2017-03-23T22:23:58.000+0000 |
Description
ios-sim needs to be updated to allow launching WatchKit apps in the simulator.
PRs ios-sim: https://github.com/appcelerator/ios-sim/pull/10 ioslib: https://github.com/appcelerator/ioslib/pull/13 The CLI still needs to be updated to take advantage of these changes. Approved interface can be found at the bottom of https://wiki.appcelerator.org/display/pe/iOS+Extensions+and+WatchKit
Notes from meeting around proposed CLI additions seen here: https://wiki.appcelerator.org/display/pe/iOS+Extensions+and+WatchKit * $ti info -p ios --device-id SOMEID --show-installed-apps ** return the full json with results * bundle-id renamed to launch-bundle-id * --external-display-type watch-compact will take the place of --sim-type watch * Move extensions to the ios tag in tiapp ** There are tests for reading and writing the tiapp.xml in node_module/titanium-sdk * ti info -p ios IS actually ti info -t ios
Closing as fixed.