[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Thu May 21 08:59:33 UTC 2020


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 816210e56a28269c4f5be76182782334d2f14e68
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu May 21 10:59:41 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu May 21 10:59:01 2020 +0200

    Accept iOS 13.5 SDK
    
    Change-Id: I78756c8f89536e9a462448a7dc21a69c76520f44
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94615
    Tested-by: Tor Lillqvist <tml at collabora.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/configure.ac b/configure.ac
index 543d0ce3635d..8184912b979c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3062,8 +3062,8 @@ dnl ===================================================================
 
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
-    current_sdk_ver=13.4
-    older_sdk_vers="13.2 13.1 13.0 12.4 12.2"
+    current_sdk_ver=13.5
+    older_sdk_vers="13.4 13.2 13.1 13.0 12.4 12.2"
     if test "$enable_ios_simulator" = "yes"; then
         platform=iPhoneSimulator
         versionmin=-mios-simulator-version-min=12.2


More information about the Libreoffice-commits mailing list