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

New commits:
commit 990200dce1381e2788590e58f343283c84c3f8b8
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Fri Nov 13 13:39:17 2020 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Fri Nov 13 13:26:22 2020 +0100

    Accept iOS SDK 14.2
    
    Change-Id: Icd30133588f3cffb5de41303dc03cb325c20fe83
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105788
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/configure.ac b/configure.ac
index 0ce51d381e08..75f36372e32b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3075,8 +3075,8 @@ dnl 
===================================================================
 
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
-    current_sdk_ver=14.1
-    older_sdk_vers="14.0 13.7 13.6 13.5 13.4 13.2 13.1 13.0 12.4 12.2"
+    current_sdk_ver=14.2
+    older_sdk_vers="14.1 14.0 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to