[Libreoffice-commits] online.git: ios/Mobile
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Mar 11 12:13:20 UTC 2020
ios/Mobile/Info.plist.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2004a0198d1727694d595501aec948f5cbb03f13
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Mar 9 14:03:25 2020 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Mar 11 14:08:36 2020 +0200
Bump the internal iOS app version number to 4.2.2
Otherwise, when one validates (or uploads) a new build, even just for
TestFlight purposes, one gets an error in Xcode: "The value for key
CFBundleShortVersionString [4.2.1] in the Info.plist file must contain
a higher version than that of the previously approved version
[4.2.1]."
(cherry picked from commit 585cf6be86c6535a9cf6b2ab45e9e606788433d2)
Change-Id: I2ea1342980384a8eb81312734747be5e686da347
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 291a77a83..628e95e7b 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -410,7 +410,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>4.2.1</string>
+ <string>4.2.2</string>
<key>CFBundleVersion</key>
<string>@IOSAPP_BUNDLE_VERSION@</string>
<key>LSRequiresIPhoneOS</key>
More information about the Libreoffice-commits
mailing list