list_schems_proj
Retrieve available schemes from a specified Xcode project file using the projectPath parameter. Ideal for developers managing Xcode project configurations.
Instructions
Lists available schemes in the project file. IMPORTANT: Requires projectPath. Example: list_schems_proj({ projectPath: '/path/to/MyProject.xcodeproj' })
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Path to the .xcodeproj file (Required) |