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

New commits:
commit 0d7441f1fffb8e887fbfc85b7354011421f3e858
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Thu Jul 16 09:47:24 2020 +0300
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Thu Jul 16 13:05:15 2020 +0200

    Accept iOS SDK 13.6
    
    Change-Id: Ifaf69ad71b96daf629b9a6a2265561da5ddd3db0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98893
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Tor Lillqvist <[email protected]>

diff --git a/configure.ac b/configure.ac
index aec7222c73bc..c46b6e35c4fd 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.5
-    older_sdk_vers="13.4 13.2 13.1 13.0 12.4 12.2"
+    current_sdk_ver=13.6
+    older_sdk_vers="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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to