Skip to content

Commit 01d7ab9

Browse files
authored
[AuthenticationServices] Implement Xcode 16.2 beta 1-3 changes. (#21707)
1 parent fd2e0f6 commit 01d7ab9

6 files changed

+7
-6
lines changed

src/authenticationservices.cs

+2
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,8 @@ public enum ASAuthorizationError : long {
745745
Failed = 1004,
746746
NotInteractive = 1005,
747747
MatchedExcludedCredential = 1006,
748+
CredentialImport = 1007,
749+
CredentialExport = 1008,
748750
}
749751

750752
[Watch (6, 0), TV (13, 0), iOS (13, 0)]

tests/cecil-tests/Documentation.KnownFailures.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4823,6 +4823,8 @@ F:AuthenticationServices.ASAuthorizationAppleIdProviderCredentialState.Revoked
48234823
F:AuthenticationServices.ASAuthorizationAppleIdProviderCredentialState.Transferred
48244824
F:AuthenticationServices.ASAuthorizationControllerRequestOptions.ImmediatelyAvailableCredentials
48254825
F:AuthenticationServices.ASAuthorizationError.Canceled
4826+
F:AuthenticationServices.ASAuthorizationError.CredentialExport
4827+
F:AuthenticationServices.ASAuthorizationError.CredentialImport
48264828
F:AuthenticationServices.ASAuthorizationError.Failed
48274829
F:AuthenticationServices.ASAuthorizationError.InvalidResponse
48284830
F:AuthenticationServices.ASAuthorizationError.MatchedExcludedCredential

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-AuthenticationServices.todo

-2
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-AuthenticationServices.todo

-2
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-AuthenticationServices.todo

-2
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This is an error enum, so we include all values from all platforms, even if the value doesn't exist on that platform.
2+
!extra-enum-value! Managed value 1007 for ASAuthorizationError.CredentialImport not found in native headers
3+
!extra-enum-value! Managed value 1008 for ASAuthorizationError.CredentialExport not found in native headers

0 commit comments

Comments
 (0)