diff options
author | jan Iversen <jani@libreoffice.org> | 2018-04-01 18:15:58 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-04-01 18:21:29 +0200 |
commit | e63a65174800968cfe5adb38e8f9ca28f22984d0 (patch) | |
tree | a06befaf9c0debe0526245cd5e01aac6efd82f67 /README.md | |
parent | b6a5302eca54fc498628c452ab268a2364582a19 (diff) |
iOS, bump versions
SDK needed is 11.3
Xcode needed is 9.3
Change-Id: If26eda81f969f63500d94e3274dda8efb59dec12
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 1bbf9b58a481..c59f68122473 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.2 (only support for newer i devices == 64 bit) - * Build: Xcode 9.0 and iPhone SDK 11.2 + * Runtime: 11.3 (only support for newer i devices == 64 bit) + * Build: Xcode 9.3 and iPhone SDK 11.3 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" |