simctl_install
Install an iOS app bundle on a simulator device using the xcrun simctl utility. Specify device UDID or name and app bundle path to deploy applications for testing.
Instructions
Install an app bundle on a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | Device UDID, name, or "booted" | |
| app_path | Yes | Path to the .app bundle to install |