install_app
Install an application on a simulator using the specified .app bundle path. Optionally target a specific device by UDID or name, defaulting to the booted device. Part of the MCP Xcode server for managing Apple platform development workflows.
Instructions
Install an app on the simulator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appPath | Yes | Path to the .app bundle | |
deviceId | No | Device UDID or name of the simulator (optional, uses booted device if not specified) |