simlaunch icon indicating copy to clipboard operation
simlaunch copied to clipboard

simlaunch support command line?

Open chuanweizhang2013 opened this issue 11 years ago • 4 comments

can you make the simlaunch support command line?

chuanweizhang2013 avatar Jan 17 '14 07:01 chuanweizhang2013

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.

command-tab avatar Jan 17 '14 23:01 command-tab

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"

chuanweizhang2013 avatar Jan 20 '14 07:01 chuanweizhang2013

Patches are welcome here, especially replacing bundle-tool.sh with a proper Objective-C implementation.

landonf avatar Apr 19 '14 15:04 landonf

I ended up making a separate tool with CLI: https://github.com/stepanhruda/ios-simulator-app-installer

stepanhruda avatar Apr 13 '15 22:04 stepanhruda