Skip to content

Commit 9b64658

Browse files
authored
[AuthenticationServices] ASAuthorizationPlatformPublicKeyCredentialAssertionRequest is no longer gone. (#24477)
1 parent 07b359c commit 9b64658

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/authenticationservices.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,14 +1610,7 @@ interface ASAuthorizationPublicKeyCredentialAssertion : ASPublicKeyCredential {
16101610
NSData Signature { get; }
16111611
}
16121612

1613-
#if !XAMCORE_5_0 // Removed in Xcode 14.3 Beta 3
1614-
[Obsoleted (PlatformName.iOS, 16, 4, message: Constants.ApiRemovedGeneral)]
1615-
[Obsoleted (PlatformName.MacCatalyst, 16, 4, message: Constants.ApiRemovedGeneral)]
1616-
[Obsoleted (PlatformName.TvOS, 16, 4, message: Constants.ApiRemovedGeneral)]
1617-
[Mac (13, 3), iOS (15, 0), MacCatalyst (15, 0), TV (16, 0)]
1618-
#else
1619-
[NoTV, NoiOS, NoMacCatalyst, Mac (13, 3)]
1620-
#endif
1613+
[Mac (12, 0), iOS (15, 0), MacCatalyst (15, 0), TV (16, 0)]
16211614
[BaseType (typeof (ASAuthorizationRequest))]
16221615
[DisableDefaultCtor]
16231616
interface ASAuthorizationPlatformPublicKeyCredentialAssertionRequest : ASAuthorizationPublicKeyCredentialAssertionRequest {

0 commit comments

Comments
 (0)