Kaydet (Commit) 9e7073e8 authored tarafından jan Iversen's avatar jan Iversen

iOS, bump version to 11.2

Change-Id: Ia24e872f138a78d3d585150e3cde78858de60b77
üst 494bdd3d
...@@ -42,8 +42,8 @@ run and compile LibreOffice, also used by the TDF builds: ...@@ -42,8 +42,8 @@ run and compile LibreOffice, also used by the TDF builds:
* Runtime: RHEL 6 or CentOS 6 * Runtime: RHEL 6 or CentOS 6
* Build: GCC 4.8.1 or Clang * Build: GCC 4.8.1 or Clang
* iOS (only for LibreOfficeKit): * iOS (only for LibreOfficeKit):
* Runtime: 11.0 (only support for newer i devices == 64 bit) * Runtime: 11.2 (only support for newer i devices == 64 bit)
* Build: Xcode 9.0 and iPhone SDK 11.1 * 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 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" C++17, C++14, or C++11" in its current form (due to the #pragma GCC diagnostic ignored "-Wpragmas"
......
...@@ -2858,7 +2858,7 @@ dnl =================================================================== ...@@ -2858,7 +2858,7 @@ dnl ===================================================================
if test $_os = iOS; then if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use]) 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 if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=$current_sdk_ver versionmin=-mios-simulator-version-min=$current_sdk_ver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment