ci: patch Info.plist version from git tag via patch-runner.sh#38
ci: patch Info.plist version from git tag via patch-runner.sh#38
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting WalkthroughThe pull request refactors version management in the iOS build process. The GitHub Actions workflow no longer directly modifies the project file to set MARKETING_VERSION; instead, it computes a VERSION environment variable (from the tag name or empty) and passes it to build commands. The patch-runner.sh script is enhanced to conditionally update CFBundleShortVersionString in the runner app's Info.plist and its nested test bundle's Info.plist when the VERSION variable is set. This shifts version handling from workflow-level project file editing to environment-based script execution. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
No description provided.