xcode_get_projects
Get a list of projects within a specified Xcode workspace by providing the absolute path to the .xcodeproj or .xcworkspace file.
Instructions
Get list of projects in a specific workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xcodeproj | Yes | Absolute path to the .xcodeproj file (or .xcworkspace if available) - e.g., /path/to/project.xcodeproj |