feat(ios): show app version and build in Settings (#295)#301
Conversation
Display CFBundleShortVersionString and CFBundleVersion at the bottom of Settings in small mono text for support and parity with web. Closes #295 Co-authored-by: Bretton Auerbach <auerbachb@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe SettingsView now displays an app version and build number footer at the bottom of the scroll content. A new computed property retrieves Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📋 Issue PlannerBuilt with CodeRabbit's Coding Plans for faster development and fewer bugs. View plan used: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Review rate limit: 4/5 reviews remaining, refill in 12 minutes. Comment |
|
@CodeAnt-AI review |
|
CodeAnt AI is running the review. |
|
@cursor review |
|
@graphite-app re-review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 2646bf3. Configure here.
Sequence DiagramThis PR updates the iOS Settings screen to read the app version and build from the system bundle and display them as a small footer for support and parity with the web app. sequenceDiagram
participant User
participant SettingsView
participant SystemBundle
User->>SettingsView: Open Settings screen
SettingsView->>SystemBundle: Read version and build values
SystemBundle-->>SettingsView: Return version and build
SettingsView-->>User: Render Settings with app version footer
Generated by CodeAnt AI |
|
CodeAnt AI finished running the review. |
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
|
CodeAnt AI is running the review. |
Sequence DiagramThis PR updates the iOS Settings screen to read the app version and build from the bundle and display them as a subtle footer. sequenceDiagram
participant User
participant App
participant SettingsView
participant SystemInfo
User->>App: Open Settings
App->>SettingsView: Create settings screen
SettingsView->>SystemInfo: Read version and build from bundle
SystemInfo-->>SettingsView: Return version and build values
SettingsView-->>User: Show Settings with version footer vX.Y.Z (build)
Generated by CodeAnt AI |
|
CodeAnt AI finished running the review. |
|
CodeAnt AI is running the review. |
Sequence DiagramThis PR updates the iOS Settings screen to read the app version and build from the app bundle and show them as a subtle footer at the bottom of the view. sequenceDiagram
participant User
participant App
participant SettingsView
participant AppBundle
User->>App: Open Settings
App->>SettingsView: Present settings screen
SettingsView->>AppBundle: Read version and build
SettingsView-->>User: Show version footer text
Generated by CodeAnt AI |
|
CodeAnt AI finished running the review. |
User description
Summary
Adds a subtle footer at the bottom of the iOS Settings screen showing marketing version and build number from
Info.plist(CFBundleShortVersionString,CFBundleVersion), formatted asv1.0.0 (5).Acceptance criteria
fg4— non-intrusiveCloses #295
CodeAnt-AI Description
Show the app version and build number in Settings
What Changed
v1.0.0 (5)Impact
✅ Easier app version checks✅ Clearer support troubleshooting✅ Consistent Settings footer🔄 Retrigger CodeAnt AI Review
Details
💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.