[devicecheck] Update for xcode 12.5 beta 3 (#10946)

This commit is contained in:
Sebastien Pouliot 2021-03-24 09:06:41 -04:00 коммит произвёл GitHub
Родитель fb5203bf55
Коммит fa12b8d5e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 7 удалений

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

@ -48,8 +48,9 @@ namespace DeviceCheck {
void GenerateToken (DCDeviceGenerateTokenCompletionHandler completion);
}
[NoWatch, NoTV, NoMac]
[NoWatch, NoTV]
[iOS (14,0)]
[Mac (11,3)]
[DisableDefaultCtor]
[BaseType (typeof (NSObject))]
interface DCAppAttestService {

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

@ -1,6 +0,0 @@
!missing-selector! +DCAppAttestService::sharedService not bound
!missing-selector! DCAppAttestService::attestKey:clientDataHash:completionHandler: not bound
!missing-selector! DCAppAttestService::generateAssertion:clientDataHash:completionHandler: not bound
!missing-selector! DCAppAttestService::generateKeyWithCompletionHandler: not bound
!missing-selector! DCAppAttestService::isSupported not bound
!missing-type! DCAppAttestService not bound