Add alternate app icons for iOS - #28
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
https://github.com/austin-smith/ComputerSolitaire/blob/2e7178b3e68ed00e9454602ab7a262a728d11b5f/Views/AppIconPickerView.swift#L3
Remove UIKit dependency from icon picker
For the iOS settings icon feature, this imports UIKit and the new code uses UIApplication APIs; the repo-level AGENTS.md explicitly marks the app as 100% SwiftUI and says not to add UIKit/AppKit usage or imports. This same dependency is also added in SettingsView, so the change violates the project’s non-negotiable platform contract unless maintainers explicitly approve an exception.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Adds an iOS app icon picker, with two initial icon options:
DefaultandQueen of Hearts.