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

New commits:
commit ff7b8ea3d38e0c747dfa069b33bf746839fd174d
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue May 17 11:09:23 2022 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Mon Jul 11 07:36:12 2022 +0200

    Accept iOS SDK 15.5
    
    Change-Id: I19f54042613769993b92cfaf04de292cfbb72b5f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134459
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136903
    Tested-by: Tor Lillqvist <t...@collabora.com>

diff --git a/configure.ac b/configure.ac
index 568a1867786a..acfd70ed4859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3596,8 +3596,8 @@ dnl 
===================================================================
 
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
-    current_sdk_ver=15.4
-    older_sdk_vers="15.2 15.0"
+    current_sdk_ver=15.5
+    older_sdk_vers="15.4 15.2 15.0"
     if test "$enable_ios_simulator" = "yes"; then
         platform=iPhoneSimulator
         versionmin=-mios-simulator-version-min=13.6

Reply via email to