[tests] Fix introspection results on iOS 15 beta 3 devices (#12232)

This commit is contained in:
Sebastien Pouliot 2021-07-26 20:31:13 -04:00 коммит произвёл GitHub
Родитель 13b1b3c45a
Коммит 2032f4a09a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -439,6 +439,7 @@ namespace Introspection {
// Xcode 13
case "ARDepthData":
case "ARSkeletonDefinition": // device only
case "ARVideoFormat": // device only
case "NSMergePolicy":
case "SFSafariViewControllerPrewarmingToken": // conformance not in headers
case "SRTextInputSession": // conformance not in headers
@ -679,6 +680,7 @@ namespace Introspection {
// Xcode 13
case "ARDepthData":
case "ARSkeletonDefinition": // device only
case "ARVideoFormat": // device only
case "NSMergePolicy":
case "SFSafariViewControllerPrewarmingToken": // conformance not in headers
case "SRTextInputSession": // conformance not in headers