Skip to content
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

[Contacts] Add support for Xcode 15 beta 5. #18697

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Contacts/CNEnums.cs
Expand Up @@ -88,6 +88,7 @@ public enum CNErrorCode : long {
NoAccessibleWritableContainers = 101,
UnauthorizedKeys = 102,
FeatureDisabledByUser = 103,
FeatureNotAvailable = 104,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error code, so no attrs needed.

RecordDoesNotExist = 200,
InsertedRecordAlreadyExists = 201,
ContainmentCycle = 202,
Expand Down

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-Contacts.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/macOS-Contacts.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/watchOS-Contacts.todo

This file was deleted.