[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 29 09:06:29 UTC 2021
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 640d3ef7e2b1981499d7519765ec7679e1fd9846
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Jan 26 23:01:30 2021 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Thu Apr 29 11:05:51 2021 +0200
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 at libreoffice.org>
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
More information about the Libreoffice-commits
mailing list