launch_app
Launch an iOS Simulator app using its bundle identifier, with options to terminate a running instance and pass environment variables.
Instructions
Launches an app on the iOS Simulator by bundle identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | No | Udid of target, can also be set with the IDB_UDID env var | |
| bundle_id | Yes | Bundle identifier of the app to launch (e.g., com.apple.mobilesafari) | |
| terminate_running | No | Terminate the app if it is already running before launching | |
| env | No | Environment variables to pass to simctl launch |