[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 22 15:16:05 UTC 2021
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c4739b1bd63585bd3b071196d4e6804762e81ff4
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Sep 22 10:34:47 2021 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Sep 22 17:15:26 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122430
Tested-by: Tor Lillqvist <tml at collabora.com>
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
More information about the Libreoffice-commits
mailing list