[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 16 07:52:29 UTC 2020


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f65d93f9b475402a10eb89bae0685d300f09fff9
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Jul 16 09:43:48 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Jul 16 09:51:48 2020 +0200

    Accept iOS SDK 13.6
    
    Change-Id: I3dd04e852c34e521f2918d3f7404bcfdcfa5f2fa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98870
    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 ba0bc8acd3ca..09f6333216fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3138,7 +3138,7 @@ dnl ===================================================================
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
     current_sdk_ver=14.0
-    older_sdk_vers="13.5 13.4 13.2 13.1 13.0 12.4 12.2"
+    older_sdk_vers="13.6 13.5 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