configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ed62bb177d72e6e83d0ae2091677d507492691e5
Author: Tor Lillqvist <[email protected]>
AuthorDate: Wed Sep 22 10:34:47 2021 +0300
Commit: Tor Lillqvist <[email protected]>
CommitDate: Wed Sep 22 13:29:31 2021 +0200
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 <[email protected]>
Reviewed-by: Tor Lillqvist <[email protected]>
diff --git a/configure.ac b/configure.ac
index cb40e781cff9..3545e71ed85e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3153,8 +3153,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 13.6 13.5 13.4 13.2 13.1
13.0 12.4 12.2"
+ 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