sim_install
Installs a compiled .app bundle onto an iOS simulator (booted or specified UDID) using xcrun simctl, enabling deployment and testing of built Pascal/Delphi apps.
Instructions
Install a .app bundle on a simulator (xcrun simctl install).
app_path is the path on the Mac. After a build_dproj for iOSSimARM64 with deploy chained, the .app lives in PAServer's scratch dir — use paserver_scratch_dir + the project name to compose it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| udid | No | booted | |
| user | Yes | ||
| app_path | Yes | ||
| key_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |