configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a4ddc0ae5bd6b5a70a5441969a9c4c196b044cd6
Author: Tor Lillqvist <[email protected]>
AuthorDate: Thu Dec 16 19:29:07 2021 +0200
Commit: Andras Timar <[email protected]>
CommitDate: Sun Feb 13 23:45:27 2022 +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 eaab62102bdc..633311f0b9f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3567,8 +3567,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