[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 20 13:19:42 UTC 2019
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c53dd70a86548d9af05374d64e5ffa20d3948371
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Sep 23 14:15:09 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Nov 20 14:18:42 2019 +0100
iOS SDK 13.0 is the current version
Change-Id: Icd8455ce122530e69f01b8345cbd02925305429f
(cherry picked from commit 9997f5fa056205fad58162dc0d2ce2d5d6b81ce8)
Reviewed-on: https://gerrit.libreoffice.org/83276
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/configure.ac b/configure.ac
index d57f4e86adbf..d29af8c8d5c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2981,8 +2981,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=12.4
- older_sdk_vers="13.0 12.2 12.1 12.0 11.4"
+ current_sdk_ver=13.0
+ older_sdk_vers="12.4 12.2 12.1 12.0 11.4"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=11.0
More information about the Libreoffice-commits
mailing list