xcode_get_workspace_info
Retrieve detailed information about an Xcode workspace or project by providing the absolute path to the .xcodeproj or .xcworkspace file.
Instructions
Get information about 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 |