[Contacts] Update to xcode12 beta 3. (#9275)

This commit is contained in:
Manuel de la Pena 2020-08-05 06:07:23 -04:00 коммит произвёл GitHub
Родитель c27431c208
Коммит 755731047e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -358,12 +358,12 @@ namespace Contacts {
NSString ContactPropertyAttribute { get; }
[Static]
[iOS (14, 0), Mac (10, 16), Watch (7, 0)]
[iOS (14, 0), Mac (11, 0), Watch (7, 0)]
[Export ("descriptorForRequiredKeysForDelimiter")]
ICNKeyDescriptor RequiredKeysForDelimiter { get; }
[Static]
[iOS (14, 0), Mac (10, 16), Watch (7, 0)]
[iOS (14, 0), Mac (11, 0), Watch (7, 0)]
[Export ("descriptorForRequiredKeysForNameOrder")]
ICNKeyDescriptor RequiredKeysForNameOrder { get; }
}
@ -1258,11 +1258,11 @@ namespace Contacts {
[Field ("CNLabelContactRelationSonInLawOrBrotherInLaw")]
NSString SonInLawOrBrotherInLaw { get; }
[iOS (14, 0), Mac (10, 16), Watch (7, 0)]
[iOS (14, 0), Mac (11, 0), Watch (7, 0)]
[Field ("CNLabelContactRelationGranddaughterOrNiece")]
NSString GranddaughterOrNiece { get; }
[iOS (14, 0), Mac (10, 16), Watch (7, 0)]
[iOS (14, 0), Mac (11, 0), Watch (7, 0)]
[Field ("CNLabelContactRelationGrandsonOrNephew")]
NSString GrandsonOrNephew { get; }