Skip to content

[AuthenticationServices] Implement Xcode 16.2 beta 1-3 changes. #21707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/authenticationservices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,8 @@ public enum ASAuthorizationError : long {
Failed = 1004,
NotInteractive = 1005,
MatchedExcludedCredential = 1006,
CredentialImport = 1007,
CredentialExport = 1008,
}

[Watch (6, 0), TV (13, 0), iOS (13, 0)]
Expand Down
2 changes: 2 additions & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4823,6 +4823,8 @@ F:AuthenticationServices.ASAuthorizationAppleIdProviderCredentialState.Revoked
F:AuthenticationServices.ASAuthorizationAppleIdProviderCredentialState.Transferred
F:AuthenticationServices.ASAuthorizationControllerRequestOptions.ImmediatelyAvailableCredentials
F:AuthenticationServices.ASAuthorizationError.Canceled
F:AuthenticationServices.ASAuthorizationError.CredentialExport
F:AuthenticationServices.ASAuthorizationError.CredentialImport
F:AuthenticationServices.ASAuthorizationError.Failed
F:AuthenticationServices.ASAuthorizationError.InvalidResponse
F:AuthenticationServices.ASAuthorizationError.MatchedExcludedCredential
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

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