list_schems_ws
Lists available schemes in a specified .xcworkspace file. Requires the workspacePath as input to retrieve the scheme details.
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) |