simlaunch support command line?
can you make the simlaunch support command line?
I've run it via the command line in the past by calling master/Source/Bundler/bundle-tool.sh directly, with a command like:
path/to/bundle-tool.sh \
--source-app path/to/iOSApp.app \
--template-app path/to/Launcher.app \
--device-family "iPhone"
You might be able to use OS X's open run simlaunch that way, though I remember choosing this route in particular for some reason — maybe the ability to specify device family.
I had find the "bundle-tool.sh" and used it.But it can't congiure Retina or normal. and i select --device-family "iPhone",but it's result is "ipad"
Patches are welcome here, especially replacing bundle-tool.sh with a proper Objective-C implementation.
I ended up making a separate tool with CLI: https://github.com/stepanhruda/ios-simulator-app-installer