summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-11-13 13:39:17 +0200
committerTor Lillqvist <tml@collabora.com>2020-11-13 13:26:22 +0100
commit990200dce1381e2788590e58f343283c84c3f8b8 (patch)
tree957fb0ff68c0008df49d1c3d0e17254d0786060f /configure.ac
parentf7f122f34183ce79b1337d8e2a6bc32f4c865f83 (diff)
Accept iOS SDK 14.2
Change-Id: Icd30133588f3cffb5de41303dc03cb325c20fe83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105788 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0ce51d381e08..75f36372e32b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3075,8 +3075,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=14.1
- older_sdk_vers="14.0 13.7 13.6 13.5 13.4 13.2 13.1 13.0 12.4 12.2"
+ current_sdk_ver=14.2
+ older_sdk_vers="14.1 14.0 13.7 13.6 13.5 13.4 13.2 13.1 13.0 12.4 12.2"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=12.2