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

New commits:
commit 69c10ca6dedb5b07abab0740fa17bf70beec7144
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Mar 15 10:13:34 2022 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Wed Apr 13 08:31:39 2022 +0200

    Accept iOS SDK 15.4
    
    Change-Id: I53efea3dcc7308f2189d331a9f5ec52d0e610b42
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131581
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132196
    Tested-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132942

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

Reply via email to