[corenfc] Update for Xcode 11 beta 4 (#6609)

This fix a typo in a selector that we reported on the first beta

References
* https://github.com/xamarin/maccore/issues/1785
* https://feedbackassistant.apple.com/feedback/6192467
This commit is contained in:
Sebastien Pouliot 2019-07-18 15:23:07 -04:00 коммит произвёл GitHub
Родитель ce54a09d01
Коммит 07c86fb5b4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 3 удалений

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

@ -318,7 +318,7 @@ namespace CoreNFC {
[iOS (13,0)]
[Static]
[Export ("wellKnowTypeTextPayloadWithString:locale:")]
[Export ("wellKnownTypeTextPayloadWithString:locale:")]
[return: NullAllowed]
NFCNdefPayload CreateWellKnownTypePayload (string text, NSLocale locale);

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

@ -1,6 +1,9 @@
## generator issue -> https://github.com/xamarin/xamarin-macios/issues/6366
!missing-protocol-member! NFCNDEFTag::isAvailable not found
## deprecated/replaced selector (typo) - will be removed in a future beta
!missing-selector! +NFCNDEFPayload::wellKnowTypeTextPayloadWithString:locale: not bound
## breaking change -> XAMCORE_4_0
!incorrect-protocol-member! NFCReaderSessionDelegate::readerSession:didDetectTags: is OPTIONAL and should NOT be abstract
!incorrect-protocol-member! NFCISO15693Tag::customCommandWithRequestFlag:customCommandCode:customRequestParameters:completionHandler: is REQUIRED and should be abstract

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

@ -1,2 +0,0 @@
!deprecated-attribute-missing! NFCNDEFPayload::wellKnowTypeTextPayloadWithString:locale: missing a [Deprecated] attribute
!missing-selector! +NFCNDEFPayload::wellKnownTypeTextPayloadWithString:locale: not bound