Skip to content

Commit

Permalink
[Contacts] Add support for Xcode13 beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Jun 16, 2021
1 parent e19591f commit b9feb45
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions src/Contacts/CNEnums.cs
Expand Up @@ -104,6 +104,7 @@ public enum CNErrorCode : long {
ClientIdentifierCollision = 602,
ChangeHistoryExpired = 603,
ChangeHistoryInvalidAnchor = 604,
ChangeHistoryInvalidFetchRequest = 605,
VCardMalformed = 700,
VCardSummarizationError = 701,
}
Expand Down
4 changes: 4 additions & 0 deletions src/contacts.cs
Expand Up @@ -2270,6 +2270,10 @@ interface CNSaveRequest {

[Export ("removeMember:fromGroup:")]
void RemoveMember (CNContact contact, CNGroup group);

[Mac (12,0), iOS (15,0), MacCatalyst (15,0)]
[NullAllowed, Export ("transactionAuthor")]
string TransactionAuthor { get; set; }
}
#endif // !WATCH

Expand Down
3 changes: 0 additions & 3 deletions tests/xtro-sharpie/MacCatalyst-Contacts.todo

This file was deleted.

3 changes: 0 additions & 3 deletions tests/xtro-sharpie/iOS-Contacts.todo

This file was deleted.

3 changes: 0 additions & 3 deletions 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.

0 comments on commit b9feb45

Please sign in to comment.