summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-09-22 10:34:47 +0300
committerTor Lillqvist <tml@collabora.com>2021-09-22 17:15:26 +0200
commitc4739b1bd63585bd3b071196d4e6804762e81ff4 (patch)
treeed237629993b9675d78003422a38d852a2a6dc46 /configure.ac
parent2bb1290736ab7fe26e5670c732615c175b76ba3e (diff)
Bump current iOS SDK version and drop the oldest ones
Grudgingly accept 14.0 as that is what the machine that builds for iOS in Gerrit has. Change-Id: I1eaebcbbe3f05b0e33efa4ca3fe79ced3d855114 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122420 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122430 Tested-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 9a5c637d8e8e..31bf6e85efac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3410,8 +3410,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=14.5
- older_sdk_vers="14.4 14.3 14.2 14.1 14.0 13.7"
+ current_sdk_ver=15.0
+ older_sdk_vers="14.5 14.0"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=12.2