install_app_device
Installs an app on a physical Apple device like iPhone, iPad, or Apple TV by specifying the device UDID and the .app bundle path. Part of the XcodeBuildMCP server.
Instructions
Installs an app on a physical Apple device (iPhone, iPad, Apple Watch, Apple TV, Apple Vision Pro). Requires deviceId and appPath.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appPath | Yes | Path to the .app bundle to install (full path to the .app directory) | |
deviceId | Yes | UDID of the device (obtained from list_devices) |