An open API service indexing awesome lists of open source software.

https://github.com/multi-os-engine/moe-ios-simulator-launcher

Multi-OS Engine: iOS Simulator Launcher
https://github.com/multi-os-engine/moe-ios-simulator-launcher

Last synced: 9 months ago
JSON representation

Multi-OS Engine: iOS Simulator Launcher

Awesome Lists containing this project

README

          

# iOS Simulator Launcher

## Options

### -u, --udid

Set device UDID to attach to.

`Example: --udid=afb5fab15af51b6afba1fba65fb1a6af56b16af1`

### -a, --app-path

Set the application to run.

`Example: --app-path=/my/file/superapp.app`

### -l, --list

Print the list the connected devices.

### -x, --launch-arg

Pass a value as launch argument, pass this option multiple times to specify multiple values.

`Example: -x=my_arg`

### -e, --env

Pass a key-value pair as an env variable, pass this option multiple times to specify multiple key-values pairs.

`Example: -e=key=value`

### -d, --debug

Start the app with the JDWP debugger on the specified port, and creates a proxy server for it.

`Example: --debug=5005`

### -noact, --dont-activate

Do not activate (aka. bring to foreground) the simulator after it launched the app.

`Example: --dont-activate`

### -wdeb, --wait-for-debugger

Launch the app, but don't start it, wait for a debugger to attach.

`Example: -wdeb`