list_schems_proj
Retrieve available schemes from an Xcode project file by specifying the projectPath. Essential for developers managing and building multiple configurations within Xcode.
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) | |
workspacePath | No | Path to the .xcworkspace file (optional) |