xcode_create_project
Create a new Xcode project with basic structure by specifying project path, name, bundle identifier, and target platform (iOS/macOS).
Instructions
Create a new Xcode project with basic structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path where the project should be created | |
| project_name | Yes | Name of the project | |
| bundle_id | Yes | Bundle identifier (e.g., com.company.app) | |
| platform | No | Target platform (ios/macos) | ios |