[Contacts] Update bindings to Xcode 10 Beta 4 (#4475)

* [Contacts] Update bindings to Xcode 10 Beta 4

* Fix typo
This commit is contained in:
Alex Soto 2018-07-20 14:40:34 -05:00 коммит произвёл GitHub
Родитель 1f3ec64601
Коммит 1fd13fffbe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 10 добавлений и 6 удалений

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

@ -167,6 +167,16 @@ namespace Contacts {
[Export ("predicateForContactsMatchingName:")]
NSPredicate GetPredicateForContacts (string matchingName);
[Watch (4,0), Mac (10,13), iOS (11,0)]
[Static]
[Export ("predicateForContactsMatchingEmailAddress:")]
NSPredicate GetPredicateForContactsMatchingEmailAddress (string emailAddress);
[Watch (4,0), Mac (10,13), iOS (11,0)]
[Static]
[Export ("predicateForContactsMatchingPhoneNumber:")]
NSPredicate GetPredicateForContacts (CNPhoneNumber phoneNumber);
[Static]
[Export ("predicateForContactsWithIdentifiers:")]
NSPredicate GetPredicateForContacts (string [] identifiers);

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

@ -1,2 +0,0 @@
!missing-selector! +CNContact::predicateForContactsMatchingEmailAddress: not bound
!missing-selector! +CNContact::predicateForContactsMatchingPhoneNumber: not bound

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

@ -1,2 +0,0 @@
!missing-selector! +CNContact::predicateForContactsMatchingEmailAddress: not bound
!missing-selector! +CNContact::predicateForContactsMatchingPhoneNumber: not bound

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

@ -1,2 +0,0 @@
!missing-selector! +CNContact::predicateForContactsMatchingEmailAddress: not bound
!missing-selector! +CNContact::predicateForContactsMatchingPhoneNumber: not bound