Skip to content

Commit

Permalink
[Contacts] Update to Xcode 9 Beta 2 (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto authored and spouliot committed Jun 28, 2017
1 parent 30592ef commit 555351e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/contacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,14 @@ interface CNLabelContactRelationKey {

[Field ("CNLabelContactRelationManager")]
NSString Manager { get; }

[iOS (11,0), Mac (10,13, onlyOn64: true)]
[Field ("CNLabelContactRelationSon")]
NSString Son { get; }

[iOS (11,0), Mac (10,13, onlyOn64: true)]
[Field ("CNLabelContactRelationDaughter")]
NSString Daughter { get; }
}

delegate void CNContactStoreRequestAccessHandler (bool granted, NSError error);
Expand Down

0 comments on commit 555351e

Please sign in to comment.