bump to build 32 & version 0.5.6

This commit is contained in:
2025-06-17 05:25:45 -06:00
parent 5e851e442f
commit 8629cefa13
4 changed files with 9 additions and 10 deletions

View File

@@ -365,10 +365,10 @@ Prerequisites: macOS with Xcode installed
```
cd ios/App
xcrun agvtool new-version 30
xcrun agvtool new-version 32
# 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.5;/g" > temp && mv temp App.xcodeproj/project.pbxproj
cat App.xcodeproj/project.pbxproj | sed "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 0.5.6;/g" > temp && mv temp App.xcodeproj/project.pbxproj
cd -
```
@@ -437,7 +437,6 @@ Prerequisites: Android Studio with Java SDK installed
./gradlew clean
./gradlew build -Dlint.baselines.continue=true
cd -
npx cap run android
```
... or, to create the `aab` file, `bundle` instead of `build`: