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

New commits:
commit 816210e56a28269c4f5be76182782334d2f14e68
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu May 21 10:59:41 2020 +0300
Commit:     Tor Lillqvist <t...@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 <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to