create_workspace
Create a new Xcode workspace and add existing projects to it, setting it as active for immediate development.
Instructions
Creates a new Xcode workspace and optionally adds existing projects to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the workspace to create | |
| projects | No | Optional array of project paths to add to the workspace | |
| setAsActive | No | Whether to set the new workspace as the active project (default: true) | |
| outputDirectory | Yes | Directory where the workspace will be created |