list_schems_ws
Retrieve available schemes from an Xcode workspace by specifying the workspacePath. Essential for managing Xcode projects efficiently.
Instructions
Lists available schemes in the workspace. IMPORTANT: Requires workspacePath. Example: list_schems_ws({ workspacePath: '/path/to/MyProject.xcworkspace' })
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspacePath | Yes | Path to the .xcworkspace file (Required) |