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

New commits:
commit 00ba09e5675fd30032d0fba38212dcad1a696e73
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Thu Dec 16 19:29:07 2021 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Thu Dec 16 21:30:32 2021 +0100

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

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

Reply via email to