install_app
Install a built .app bundle onto an iOS simulator. Provide the app path; optionally specify the target simulator UDID.
Instructions
Install a built .app bundle onto the simulator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_path | Yes | Absolute path to the .app bundle. | |
| udid | No | Target simulator UDID. Defaults to the booted sim. |