Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/regenrek/swift-todo-app-cursor-ai

cursor ai + swift sync example with xcodeproj
https://github.com/regenrek/swift-todo-app-cursor-ai

Last synced: 8 days ago
JSON representation

cursor ai + swift sync example with xcodeproj

Awesome Lists containing this project

README

        

# Cursor AI + SwiftUI Sync with Xcodeproj

Simple Cursor AI + XCode sync using [Xcodeproj](https://github.com/CocoaPods/Xcodeproj)

> **⚠️ IMPORTANT NOTICE**
>
> This is just a playground. It has issues and its for demo purposes only.

## Configure

Change the project path in the sync_xcodeproj.rb file to your path

```
project_path = File.join(Dir.pwd, 'todoapp2.xcodeproj')
```

```
gitnext if item == '.' || item == '..' || item == 'todoapp2.xcodeproj'
```

## Sync to XCode

**Build**: Compiles the Xcode project.
- Run with: `Cmd+Shift+B` or `Tasks: Run Build Task`

![picture 0](https://res.cloudinary.com/ddbi0suli/image/upload/v1725896132/skillpark/7d9b0a409d19bbc4ca0787a45252af4d45e21836743ac40750c013dd0be792a9.png)