xcode_get_run_destinations
Fetch available run destinations (devices, simulators) for a specified Xcode project by providing the absolute path to the .xcodeproj or .xcworkspace file.
Instructions
Get list of available run destinations for a specific project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xcodeproj | Yes | Absolute path to the .xcodeproj file (or .xcworkspace if available) - e.g., /path/to/project.xcodeproj |