summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-01-26 23:01:30 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-04-29 11:05:51 +0200
commit640d3ef7e2b1981499d7519765ec7679e1fd9846 (patch)
treeeeafc551c87f2ffa3c66c3c31df5ccc4e41a211d
parent252bdaaf85466cc97cbd9e79390e24b68bc3ecb6 (diff)
Accept iOS SDK 14.5
We can also surely drop iOS SDKs 12.* now. Change-Id: I57bfcf40e823551021b58a74ef0e78a5781f5b0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114806 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ce77ba849516..65fe7f890988 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3415,8 +3415,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=14.3
- older_sdk_vers="14.2 14.1 14.0 13.7 13.6 13.5 13.4 13.2 13.1 13.0 12.4 12.2"
+ current_sdk_ver=14.5
+ older_sdk_vers="14.4 14.3 14.2 14.1 14.0 13.7"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=12.2