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 create codetie@latest

npm:

npm create codetie@latest

Project Structure

Cursor-XCode-Swift-Sync/
├── Sources/
│   └── (Your Swift source files)
├── Tests/
│   └── (Your test files)
├── Resources/
│   └── (Asset catalogs, storyboards, etc.)
├── project.yml
└── README.md