Getting Started
Installation
Setup
Cursor-XCode-Swift-Sync is a project boilerplate that leverages the power of XcodeGen to streamline the Xcode project generation process for Swift applications.
Features
- Automated Xcode project generation
- Simplified project configuration using YAML or JSON
- Easy management of targets, configurations, and schemes
- Seamless integration with version control systems
- VS Code tasks for project generation, building, and linting
Prerequisites
Before you begin, ensure you have the following installed:
Getting Started
pnpm:
pnpm dlx degit git@github.com:regenrek/spezi.git <my-project-name>
npm:
npx degit git@github.com:regenrek/spezi.git <my-project-name>
clone:
git clone --depth 1 git@github.com:regenrek/spezi.git <my-project-name>
cd <my-project-name>
Project Structure
Cursor-XCode-Swift-Sync/
├── Sources/
│ └── (Your Swift source files)
├── Tests/
│ └── (Your test files)
├── Resources/
│ └── (Asset catalogs, storyboards, etc.)
├── project.yml
└── README.md