bump version for testing (1.2.x), and for the eventual 1.3.0 release

This commit is contained in:
2026-02-15 13:39:09 -07:00
parent ec55a74cbf
commit dc3f12d53b
4 changed files with 15 additions and 10 deletions

View File

@@ -1140,7 +1140,7 @@ export GEM_PATH=$shortened_path
##### 1. Bump the version in package.json & CHANGELOG.md for `MARKETING_VERSION`, then `grep CURRENT_PROJECT_VERSION ios/App/App.xcodeproj/project.pbxproj` and add 1 for the numbered version here:
```bash
cd ios/App && xcrun agvtool new-version 50 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.1.5;/g" App.xcodeproj/project.pbxproj && cd -
cd ios/App && xcrun agvtool new-version 53 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.2.0;/g" App.xcodeproj/project.pbxproj && cd -
# Unfortunately this edits Info.plist directly.
#xcrun agvtool new-marketing-version 0.4.5
```