Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/regenrek/swift-todo-app-cursor-ai
- Owner: regenrek
- Created: 2024-09-04T06:02:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:49:33.000Z (3 months ago)
- Last Synced: 2024-09-09T19:18:52.058Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 41 KB
- Stars: 0
- 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`![picture 0](https://res.cloudinary.com/ddbi0suli/image/upload/v1725896132/skillpark/7d9b0a409d19bbc4ca0787a45252af4d45e21836743ac40750c013dd0be792a9.png)