|
|
@ -364,7 +364,7 @@ Prerequisites: macOS with Xcode installed |
|
|
|
4. Bump the version to match Android & package.json: |
|
|
|
|
|
|
|
``` |
|
|
|
cd ios/App && xcrun agvtool new-version 43 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.0.9;/g" App.xcodeproj/project.pbxproj && cd - |
|
|
|
cd ios/App && xcrun agvtool new-version 44 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.0.10;/g" App.xcodeproj/project.pbxproj && cd - |
|
|
|
# Unfortunately this edits Info.plist directly. |
|
|
|
#xcrun agvtool new-marketing-version 0.4.5 |
|
|
|
``` |
|
|
|