app_install
Install an app on an iOS simulator by providing the path to a .app directory or .zip archive. Specify the simulator UDID to target the correct device.
Instructions
Installs an app on an iOS simulator. Accepts a path to a .app directory or a .zip archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Simulator UDID | |
| path | Yes | Path to the .app directory or .zip file to install |