ios_install_ipa
Install an .ipa on a physical iOS device attached to the Mac. Provide the device UDID, connection profile, and .ipa path to deploy the app directly to the connected iPhone or iPad.
Instructions
Install an .ipa on an iOS device attached to the Mac (paclient -ii).
The iOS device must be physically connected to the Mac, trusted, and
listed by xcrun devicectl. Find the UDID via idevice_id -l on the
Mac, or in Xcode → Window → Devices and Simulators.
Note: this is for device installation. Simulator installation needs xcrun simctl install which paclient does NOT wrap — that's tracked under issue #5 (sim_* tools).
Args: profile: Connection Profile name. ipa_path: Remote path to the .ipa on the Mac. device_udid: Target iOS device UDID. timeout: Seconds before killed. studio_root: Optional Studio install root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | ||
| timeout | No | ||
| ipa_path | Yes | ||
| device_udid | Yes | ||
| studio_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |