get_project_schemes
Retrieves the available build schemes for an Xcode project or workspace, with the active scheme listed first.
Instructions
Get the available build schemes for the specified Xcode project or workspace.
Args: project_path: Path to an Xcode project/workspace directory, which must end in '.xcodeproj' or '.xcworkspace' and must exist.
Returns: A newline-separated list of scheme names, with the active scheme listed first. If no schemes are found, returns an empty string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |