set_project_path
Set the active Xcode project by specifying the path to its .xcodeproj directory. Optionally open it in Xcode and set the active directory to the project's location.
Instructions
Sets the active Xcode project by specifying the path to its .xcodeproj directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| openInXcode | No | If true, also open the project in Xcode (default: false) | |
| projectPath | Yes | Path to the .xcodeproj directory for the desired project. Supports ~ for home directory and environment variables. | |
| setActiveDirectory | No | If true, also set the active directory to the project directory |