configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1bfe827fdf2445b1478aab58079068a5611f686d
Author: Tor Lillqvist <[email protected]>
AuthorDate: Thu Nov 3 11:30:07 2022 +0200
Commit: Tor Lillqvist <[email protected]>
CommitDate: Thu Nov 3 11:29:57 2022 +0100
Accept iOS SDK 16.1
Change-Id: Ibb1cfde3e604396dc0f943a573df6aa04be5201d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142220
Tested-by: Tor Lillqvist <[email protected]>
Reviewed-by: Tor Lillqvist <[email protected]>
diff --git a/configure.ac b/configure.ac
index ebe537d0d035..e3e52c26e8f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3618,8 +3618,8 @@ dnl
===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=16.0
- older_sdk_vers="15.6 15.5 15.4 15.2 15.0"
+ current_sdk_ver=16.1
+ older_sdk_vers="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