discover_projs
Scan directories within a workspace to identify Xcode project and workspace files, using customizable path and depth parameters for precise discovery.
Instructions
Scans a directory (defaults to workspace root) to find Xcode project (.xcodeproj) and workspace (.xcworkspace) files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxDepth | No | Optional: Maximum directory depth to scan. Defaults to 5. | |
scanPath | No | Optional: Path relative to workspace root to scan. Defaults to workspace root. | |
workspaceRoot | Yes | The absolute path of the workspace root to scan within. |