Accept iOS SDK 14.2
Change-Id: Icd30133588f3cffb5de41303dc03cb325c20fe83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105788 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106044 Tested-by: Jenkins
This commit is contained in:
@@ -3386,8 +3386,8 @@ 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=14.1
|
current_sdk_ver=14.2
|
||||||
older_sdk_vers="14.0 13.7 13.6 13.5 13.4 13.2 13.1 13.0 12.4 12.2"
|
older_sdk_vers="14.1 14.0 13.7 13.6 13.5 13.4 13.2 13.1 13.0 12.4 12.2"
|
||||||
if test "$enable_ios_simulator" = "yes"; then
|
if test "$enable_ios_simulator" = "yes"; then
|
||||||
platform=iPhoneSimulator
|
platform=iPhoneSimulator
|
||||||
versionmin=-mios-simulator-version-min=12.2
|
versionmin=-mios-simulator-version-min=12.2
|
||||||
|
Reference in New Issue
Block a user