bump to build 26 and version 0.5.1

This commit is contained in:
2025-06-11 00:46:46 -06:00
parent 8624cf0e87
commit a55cf31a93
5 changed files with 8 additions and 10 deletions

View File

@@ -374,7 +374,7 @@ Prerequisites: macOS with Xcode installed
xcrun agvtool new-version 25
# Unfortunately this edits Info.plist directly.
#xcrun agvtool new-marketing-version 0.4.5
cat App.xcodeproj/project.pbxproj | sed "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 0.5.0;/g" > temp
cat App.xcodeproj/project.pbxproj | sed "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 0.5.1;/g" > temp
mv temp App.xcodeproj/project.pbxproj
cd -
```