summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-06-07 17:15:07 +0300
committerTor Lillqvist <tml@collabora.com>2018-06-07 21:51:36 +0300
commit6961b7509122b6e829ec2b72e1bde68c615a0a2f (patch)
tree9e8d8a0d23f069e192d43e3e10321b1f96139824
parentfccc7aebb5285e36530b14001e37b33b586365f9 (diff)
Bump iOS SDK version to the current one, 11.4
Not sure why we at some stage lost the possibiliy to build against any of several recent versions, but require one specific. But yeah, no big deal, anybody working on iOS code is expected to keep ther Xcode (and thus SDKs) updated.
-rw-r--r--README.md4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c59f68122473..3bcd70716e00 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.3 (only support for newer i devices == 64 bit)
- * Build: Xcode 9.3 and iPhone SDK 11.3
+ * Runtime: 11.4 (only support for newer i devices == 64 bit)
+ * Build: Xcode 9.3 and iPhone SDK 11.4
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 c045e6fb7340..0f236c885723 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2932,7 +2932,7 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=11.3
+ current_sdk_ver=11.4
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=$current_sdk_ver