[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Nov 1 08:53:39 UTC 2019
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ce729fb834610d6c70b9d6f4f8c25ddb70a51497
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Nov 1 09:57:08 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Nov 1 10:51:01 2019 +0200
Accept iOS SDK 13.2
Change-Id: I5d42a60a257661f39d1c9af6299ca3278f783d2b
Reviewed-on: https://gerrit.libreoffice.org/81870
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/configure.ac b/configure.ac
index 1accbd06ceb9..8a4d5b3a500d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2904,8 +2904,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=13.1
- older_sdk_vers="13.0 12.4 12.2 12.1 12.0 11.4 11.2"
+ current_sdk_ver=13.2
+ older_sdk_vers="13.1 13.0 12.4 12.2 12.1 12.0 11.4 11.2"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=11.0
More information about the Libreoffice-commits
mailing list