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
- Host: GitHub
- URL: https://github.com/multi-os-engine/moe-ios-simulator-launcher
- Owner: multi-os-engine
- Created: 2016-08-09T18:43:28.000Z (almost 10 years ago)
- Default Branch: moe-master
- Last Pushed: 2020-01-27T23:44:02.000Z (over 6 years ago)
- Last Synced: 2025-04-10T00:51:43.989Z (about 1 year ago)
- Language: Objective-C
- Homepage: https://multi-os-engine.org
- Size: 114 KB
- Stars: 2
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`