Open
Conversation
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
- iPhone setup with Developer Mode and certificate trust - Mac running options (Designed for iPhone, Catalyst) - Simulator usage guide - Mock mode vs live mode instructions - Troubleshooting section for common issues Co-authored-by: enilsson <enilsson@anysphere.co>
- Use USE_MOCK_API env var for mock mode - Add GETTING_STARTED link and mock key guidance - Mention device setup guide in root README Co-authored-by: enilsson <enilsson@anysphere.co>
- Reference GETTING_STARTED guide - Document USE_MOCK_API scheme env var - Clarify mock login key usage Co-authored-by: enilsson <enilsson@anysphere.co>
- Document simulator screen recording flow - Add QuickTime and iOS recording steps Co-authored-by: enilsson <enilsson@anysphere.co>
- Add simulator and iPhone recording summary - Reference GETTING_STARTED guide Co-authored-by: enilsson <enilsson@anysphere.co>
- Note Apple Silicon requirement for Designed for iPhone - Suggest Mac Catalyst for Intel Macs Co-authored-by: enilsson <enilsson@anysphere.co>
- Update GETTING_STARTED to macOS 13.5+ (Ventura) Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
Co-authored-by: enilsson <enilsson@anysphere.co>
- Note Ventura 13.5+ for Xcode 15 in README - Align PR_DESCRIPTION requirements Co-authored-by: enilsson <enilsson@anysphere.co>
- Note updating bundle ID when signing errors occur Co-authored-by: enilsson <enilsson@anysphere.co>
- Mention 7-day provisioning profile refresh in GETTING_STARTED Co-authored-by: enilsson <enilsson@anysphere.co>
- Include device/simulator requirement in prerequisites Co-authored-by: enilsson <enilsson@anysphere.co>
- Point to Xcode Settings → Platforms for iOS 17 runtimes Co-authored-by: enilsson <enilsson@anysphere.co>
- Add optional shared scheme steps in GETTING_STARTED Co-authored-by: enilsson <enilsson@anysphere.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement a native iOS app for Cursor Cloud Agents to provide a mobile experience mirroring the web app's core functionality.
This PR establishes the initial native iOS application, built with SwiftUI and MVVM, to replicate the core features of the Cursor Cloud Agents web app. It includes API key authentication, repository selection, agent listing, conversation views, and a composer for launching agents and adding follow-ups. A mock data layer is integrated for development flexibility.