create_xcode_project
Create a new Xcode project from a template, specifying language, tests, and organization settings for iOS, macOS, watchOS, tvOS, or cross-platform development.
Instructions
Creates a new Xcode project using a template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the project to create | |
| language | No | Programming language to use (default: swift) | |
| template | Yes | Template to use for the project | |
| setAsActive | No | Whether to set the new project as the active project (default: true) | |
| includeTests | No | Whether to include unit tests (default: true) | |
| includeUITests | No | Whether to include UI tests (default: false) | |
| outputDirectory | Yes | Directory where the project will be created | |
| organizationName | No | Organization name to use in the project | |
| organizationIdentifier | No | Organization identifier (e.g., 'com.example') to use in the project |