[Contacts] Add support for Xcode 12 beta 1. (#9080)

This commit is contained in:
Manuel de la Pena 2020-07-14 15:09:10 -04:00 коммит произвёл GitHub
Родитель 8bb60059e5
Коммит cc3a04b173
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 18 добавлений и 12 удалений

Просмотреть файл

@ -356,6 +356,16 @@ namespace Contacts {
[Field ("CNContactPropertyAttribute")]
NSString ContactPropertyAttribute { get; }
[Static]
[iOS (14, 0), Mac (10, 16), Watch (7, 0)]
[Export ("descriptorForRequiredKeysForDelimiter")]
ICNKeyDescriptor RequiredKeysForDelimiter { get; }
[Static]
[iOS (14, 0), Mac (10, 16), Watch (7, 0)]
[Export ("descriptorForRequiredKeysForNameOrder")]
ICNKeyDescriptor RequiredKeysForNameOrder { get; }
}
[iOS (9,0), Mac (10,11)]
@ -1248,6 +1258,14 @@ namespace Contacts {
[Field ("CNLabelContactRelationSonInLawOrBrotherInLaw")]
NSString SonInLawOrBrotherInLaw { get; }
[iOS (14, 0), Mac (10, 16), Watch (7, 0)]
[Field ("CNLabelContactRelationGranddaughterOrNiece")]
NSString GranddaughterOrNiece { get; }
[iOS (14, 0), Mac (10, 16), Watch (7, 0)]
[Field ("CNLabelContactRelationGrandsonOrNephew")]
NSString GrandsonOrNephew { get; }
}
delegate void CNContactStoreRequestAccessHandler (bool granted, NSError error);

Просмотреть файл

@ -1,4 +0,0 @@
!missing-field! CNLabelContactRelationGranddaughterOrNiece not bound
!missing-field! CNLabelContactRelationGrandsonOrNephew not bound
!missing-selector! +CNContactFormatter::descriptorForRequiredKeysForDelimiter not bound
!missing-selector! +CNContactFormatter::descriptorForRequiredKeysForNameOrder not bound

Просмотреть файл

@ -1,4 +0,0 @@
!missing-field! CNLabelContactRelationGranddaughterOrNiece not bound
!missing-field! CNLabelContactRelationGrandsonOrNephew not bound
!missing-selector! +CNContactFormatter::descriptorForRequiredKeysForDelimiter not bound
!missing-selector! +CNContactFormatter::descriptorForRequiredKeysForNameOrder not bound

Просмотреть файл

@ -1,4 +0,0 @@
!missing-field! CNLabelContactRelationGranddaughterOrNiece not bound
!missing-field! CNLabelContactRelationGrandsonOrNephew not bound
!missing-selector! +CNContactFormatter::descriptorForRequiredKeysForDelimiter not bound
!missing-selector! +CNContactFormatter::descriptorForRequiredKeysForNameOrder not bound