diff --git a/src/devicecheck.cs b/src/devicecheck.cs index 5fe6d5e7f514..9ca8829343e4 100644 --- a/src/devicecheck.cs +++ b/src/devicecheck.cs @@ -48,9 +48,10 @@ interface DCDevice { void GenerateToken (DCDeviceGenerateTokenCompletionHandler completion); } - [NoWatch, NoTV] + [NoWatch] [iOS (14,0)] [Mac (11,3)] + [TV (15,0)] [MacCatalyst (14,5)] [DisableDefaultCtor] [BaseType (typeof (NSObject))] diff --git a/tests/xtro-sharpie/tvOS-DeviceCheck.todo b/tests/xtro-sharpie/tvOS-DeviceCheck.todo deleted file mode 100644 index ee0d7e651484..000000000000 --- a/tests/xtro-sharpie/tvOS-DeviceCheck.todo +++ /dev/null @@ -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