configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 81fb5106e05fa6d7c8faa3eb9ffdae4bee5a7dd8
Author: Tor Lillqvist <[email protected]>
AuthorDate: Thu Dec 16 19:29:07 2021 +0200
Commit: Tor Lillqvist <[email protected]>
CommitDate: Tue Dec 21 11:21:04 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]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127143
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127216
diff --git a/configure.ac b/configure.ac
index 880b132274f7..d0023e71213b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3162,8 +3162,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 14.0"
+ current_sdk_ver=15.2
+ older_sdk_vers="15.0 14.5 14.0"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=12.2