Bump Xcode 9.3 to the final/released version (#3833)

* [tests] Tweak tests as NKIssue/NKAssetDownload now respond to NS[Secure]Coding without any mention in header files
This commit is contained in:
Sebastien Pouliot 2018-03-29 17:58:55 -04:00 коммит произвёл GitHub
Родитель bc5df7c4ed
Коммит f62de4722b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -56,8 +56,8 @@ IOS_PACKAGE_VERSION_BUILD=$(IOS_COMMIT_DISTANCE)
IOS_PACKAGE_UPDATE_ID=$(shell printf "2%02d%02d%02d%03d" $(IOS_PACKAGE_VERSION_MAJOR) $(IOS_PACKAGE_VERSION_MINOR) $(IOS_PACKAGE_VERSION_REV) $(IOS_PACKAGE_VERSION_BUILD))
XCODE_VERSION=9.3
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_9.3_beta_4.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode93-beta4.app/Contents/Developer
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_9.3.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode93.app/Contents/Developer
# Minimum Mono version
MIN_MONO_VERSION=5.8.0.0

Просмотреть файл

@ -218,6 +218,8 @@ namespace Introspection {
case "PKSuicaPassProperties": // Conformance not in headers
case "PKTransitPassProperties": // Conformance not in headers
case "ARReferenceImage": // Conformance removed from headers in Xcode 9.3 Beta 4
case "NKAssetDownload":
case "NKIssue":
return true;
// Header shows implementing NSSecureCoding, but supportsSecureCoding returns false. Radar #34800025
case "HKSeriesBuilder":
@ -372,6 +374,8 @@ namespace Introspection {
case "PKSuicaPassProperties": // Conformance not in headers
case "PKTransitPassProperties": // Conformance not in headers
case "ARReferenceImage": // Conformance removed from headers in Xcode 9.3 Beta 4
case "NKAssetDownload":
case "NKIssue":
return true;
// Header shows implementing NSSecureCoding, but supportsSecureCoding returns false. Radar #34800025
case "HKSeriesBuilder":