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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 2 07:29:02 UTC 2020


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

New commits:
commit 4acb3a76d709467feec45f0cebbb55c098fbedb8
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 1 23:57:55 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Sep 2 09:28:25 2020 +0200

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

diff --git a/configure.ac b/configure.ac
index c05f66fd855f..de64c5db4b40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3136,7 +3136,7 @@ dnl ===================================================================
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
     current_sdk_ver=14.0
-    older_sdk_vers="13.6 13.5 13.4 13.2 13.1 13.0 12.4 12.2"
+    older_sdk_vers="13.7 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