pt_launch_app
Launch an iOS app on a booted simulator by providing its bundle identifier. Optionally specify a simulator UDID to target a specific device.
Instructions
Launch an iOS application by its bundle identifier (e.g. 'com.example.myapp'). The simulator must be booted first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | No | Simulator UDID (uses active device if not specified) | |
| bundleId | Yes | The bundle ID of the app to launch (e.g. 'com.apple.mobilesafari') |