xcode_get_schemes
Retrieve all available build schemes for an Xcode project by providing its .xcodeproj or .xcworkspace path.
Instructions
Get list of available schemes 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 |