configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d0ab89cd8b8b705689b432c1ea630501c7745264
Author: xuenhua <[email protected]>
AuthorDate: Thu Jul 21 06:40:25 2022 +0800
Commit: Tor Lillqvist <[email protected]>
CommitDate: Tue Aug 16 14:13:02 2022 +0200
Update iOS SDK Current Version to 15.6
Change-Id: I2e6ec0a32b859cead16965284359115db0628f5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137277
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <[email protected]>
diff --git a/configure.ac b/configure.ac
index c639bda264fc..786f1f3f0b45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3661,8 +3661,8 @@ dnl
===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=15.5
- older_sdk_vers="15.4 15.2 15.0 14.5"
+ current_sdk_ver=15.6
+ older_sdk_vers="15.5 15.4 15.2 15.0 14.5"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=13.6