configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 403051783e14edbe0781fdefd40e286aacbd03b5
Author: Tor Lillqvist <[email protected]>
AuthorDate: Thu Dec 15 01:47:37 2022 +0200
Commit: Tor Lillqvist <[email protected]>
CommitDate: Thu Dec 15 09:53:36 2022 +0000
Accept iOS SDK 16.2
Change-Id: I850a0214d12ef6b5b9a289b34a1467dfe9d35d17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144204
Tested-by: Tor Lillqvist <[email protected]>
Reviewed-by: Tor Lillqvist <[email protected]>
diff --git a/configure.ac b/configure.ac
index dc14d3f46d71..e2d259980c92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3627,8 +3627,8 @@ dnl
===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=16.1
- older_sdk_vers="16.0 15.6 15.5 15.4 15.2 15.0"
+ current_sdk_ver=16.2
+ older_sdk_vers="16.1 16.0 15.6 15.5 15.4 15.2 15.0"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=14.5