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: 9 days ago
JSON representation
cursor ai + swift sync example with xcodeproj
- Host: GitHub
- URL: https://github.com/regenrek/swift-todo-app-cursor-ai
- Owner: regenrek
- Created: 2024-09-04T06:02:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:49:33.000Z (8 months ago)
- Last Synced: 2025-03-30T02:02:14.911Z (about 1 month ago)
- Language: Swift
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`