diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-06-07 17:15:07 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-06-07 21:51:36 +0300 |
commit | 6961b7509122b6e829ec2b72e1bde68c615a0a2f (patch) | |
tree | 9e8d8a0d23f069e192d43e3e10321b1f96139824 /README.md | |
parent | fccc7aebb5285e36530b14001e37b33b586365f9 (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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 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" |