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

New commits:
commit b3dc91920605705d8a1172fb3784a2377edfc4e7
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Tue May 17 11:09:23 2022 +0300
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Tue May 17 11:41:32 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 <[email protected]>

diff --git a/configure.ac b/configure.ac
index 79c8b20a5043..3ba32994cb96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3641,8 +3641,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 14.5"
+    current_sdk_ver=15.5
+    older_sdk_vers="15.4 15.2 15.0 14.5"
     if test "$enable_ios_simulator" = "yes"; then
         platform=iPhoneSimulator
         versionmin=-mios-simulator-version-min=13.6

Reply via email to