list_schems_ws
Retrieve available schemes in a specified Xcode workspace by providing the workspace path. Ideal for managing and organizing project configurations.
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) |