[Libreoffice-commits] core.git: configure.ac README.md

jan Iversen jani at libreoffice.org
Sat Dec 30 12:31:11 UTC 2017


 README.md    |    4 ++--
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9e7073e822d5f4d18e34df9b5a92bbc51493937e
Author: jan Iversen <jani at libreoffice.org>
Date:   Sat Dec 30 09:48:31 2017 +0100

    iOS, bump version to 11.2
    
    Change-Id: Ia24e872f138a78d3d585150e3cde78858de60b77

diff --git a/README.md b/README.md
index 9721813c23f1..1a91674665e7 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,8 @@ run and compile LibreOffice, also used by the TDF builds:
     * Runtime: RHEL 6 or CentOS 6
     * Build: GCC 4.8.1 or Clang
 * iOS (only for LibreOfficeKit):
-    * Runtime: 11.0 (only support for newer i devices == 64 bit)
-    * Build: Xcode 9.0 and iPhone SDK 11.1
+    * Runtime: 11.2 (only support for newer i devices == 64 bit)
+    * Build: Xcode 9.0 and iPhone SDK 11.2
 
 At least Clang 3.4.2 is known to be too old to pass the configure.ac check "whether $CXX supports
 C++17, C++14, or C++11" in its current form (due to the #pragma GCC diagnostic ignored "-Wpragmas"
diff --git a/configure.ac b/configure.ac
index b5a7b2b378d2..f125bd980be9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2858,7 +2858,7 @@ dnl ===================================================================
 
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
-    current_sdk_ver=11.1
+    current_sdk_ver=11.2
     if test "$enable_ios_simulator" = "yes"; then
         platform=iPhoneSimulator
         versionmin=-mios-simulator-version-min=$current_sdk_ver


More information about the Libreoffice-commits mailing list