[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - ios/Mobile

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 9 12:07:46 UTC 2020


 ios/Mobile/Info.plist.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 585cf6be86c6535a9cf6b2ab45e9e606788433d2
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Mar 9 14:03:25 2020 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Mar 9 14:03:25 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]."

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