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