Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates RxCode’s declared minimum supported macOS version across the app’s Xcode deployment target, release/appcast CI validation, and public-facing documentation/website copy.
Changes:
- Bumped
MACOSX_DEPLOYMENT_TARGETin the Xcode project from 15.0 to 26.0. - Updated CI appcast validation default minimum system version to 26.0.
- Updated website and markdown docs (README/agent guidance) to state macOS 26+ and Apple Silicon-only.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/app/page.tsx | Updates marketing copy for supported macOS version/architectures. |
| scripts/ci/generate-appcast.sh | Updates expected Sparkle minimum system version in appcast validation. |
| RxCode.xcodeproj/project.pbxproj | Raises the app/project deployment target. |
| README.md | Updates documented system requirements and first-launch instructions. |
| CLAUDE.md | Updates agent guidance for the minimum deployment target. |
| AGENTS.md | Updates agent guidance for the minimum deployment target. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+10
to
11
| EXPECTED_MINIMUM_SYSTEM_VERSION="${EXPECTED_MINIMUM_SYSTEM_VERSION:-26.0}" | ||
|
|
|
|
||
| <p className="mt-6 text-xs text-on-surface-variant/70 font-mono uppercase tracking-widest"> | ||
| macOS 15+ · Apple Silicon & Intel | ||
| macOS 26+ · Apple Silicon |
Contributor
Author
|
🎉 This PR is included in version 1.3.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
No description provided.