add_project_to_workspace
Add an existing Xcode project to the active workspace by specifying its path. Optionally provide a workspace path to target a specific workspace.
Instructions
Adds an existing project to the active workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the project to add to the workspace | |
| workspacePath | No | Path to the workspace. If not provided, uses the active workspace. |