Skip to content

fix: add xcode auto bump version script#29

Merged
sirily11 merged 2 commits into
mainfrom
xcode
May 20, 2026
Merged

fix: add xcode auto bump version script#29
sirily11 merged 2 commits into
mainfrom
xcode

Conversation

@sirily11
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 20, 2026 12:38
@sirily11 sirily11 enabled auto-merge (squash) May 20, 2026 12:38
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rxcode Ready Ready Preview, Comment May 20, 2026 12:38pm

Request Review

@autopilot-project-manager autopilot-project-manager Bot added the enhancement New feature or request label May 20, 2026
@sirily11 sirily11 merged commit 18624b4 into main May 20, 2026
8 checks passed
@sirily11 sirily11 deleted the xcode branch May 20, 2026 12:41
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an Xcode Cloud post-clone script intended to auto-stamp app version/build numbers during CI builds, and also includes several UX/marketing updates across the website and ChatKit UI.

Changes:

  • Add ci_scripts/ci_post_clone.sh to stamp MARKETING_VERSION from CI_TAG and CURRENT_PROJECT_VERSION from CI_BUILD_NUMBER.
  • Update website “Mobile Companion” section with new screenshots, copy, hover/scroll animations.
  • Improve ChatKit scrolling performance by disabling Textual text selection while the message list is actively scrolling; remove UIBackgroundModes processing from the mobile Info.plist.

Reviewed changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
website/app/page.tsx Adds mobile companion screenshots, copy updates, and new CSS hooks for animations/hover effects.
website/app/globals.css Adds scroll-driven reveal animations for the mobile companion section with reduced-motion and non-support fallbacks.
RxCodeMobile/Info.plist Removes processing background mode.
Packages/Sources/RxCodeChatKit/MessageListView.swift Tracks scroll phase and exposes scroll activity via environment to downstream rows.
Packages/Sources/RxCodeChatKit/MarkdownView.swift Adds environment key + modifier to disable Textual selection overlay while scrolling.
ci_scripts/ci_post_clone.sh New Xcode Cloud post-clone version stamping + Xcode defaults tweaks.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

echo "Repo root: $REPO_ROOT"

# Xcode plugin/macro validation often blocks CI for SPM dependency plugins.
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES || true
Comment on lines +28 to +30
echo "Stamping MARKETING_VERSION from CI_TAG: $CI_TAG -> $VERSION"
sed -i '' "s/MARKETING_VERSION = [^;]*;/MARKETING_VERSION = $VERSION;/g" "$PROJECT_FILE"

Comment on lines +3 to +9
# Xcode Cloud post-clone hook for RxCodeMobile
# - Stamps the app version from the git tag (CI_TAG -> MARKETING_VERSION)
# - Sets the build number from CI_BUILD_NUMBER (CURRENT_PROJECT_VERSION)
#
# Xcode Cloud runs this script automatically right after cloning the repo.
# Configure the Xcode Cloud workflow to start a build on new tag creation;
# CI_TAG and CI_BUILD_NUMBER are then provided by Xcode Cloud.
@sirily11
Copy link
Copy Markdown
Contributor Author

🎉 This PR is included in version 1.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants