xamarin-macios/tests/xtro-sharpie/common-Intents.ignore

31 строка
1.6 KiB
Plaintext

## not exposed by our API (better use the OS version)
!missing-field! IntentsVersionNumber not bound
!missing-field! IntentsVersionString not bound
## new (Xcode9) @required members of an older type cannot be made abstract
!incorrect-protocol-member! INSpeakable::alternativeSpeakableMatches is REQUIRED and should be abstract
!incorrect-protocol-member! INSpeakable::vocabularyIdentifier is REQUIRED and should be abstract
## The following were deprecated in ios(10.0, 10.0)
## INPayBillIntentHandling && INSearchForBillsIntentHandling are new protocols added in iOS 10.3. This two protocols
## were added to the existing Protocol INPaymentsDomainHandling so making this two required would be a breaking change
## Apple made this @optional in iOS 11 but this is a breaking change
!incorrect-protocol-member! INSpeakable::identifier is OPTIONAL and should NOT be abstract
## type is abstract and the selector are redefined in subclasses
!missing-selector! +INIntentResolutionResult::needsValue not bound
!missing-selector! +INIntentResolutionResult::notRequired not bound
!missing-selector! +INIntentResolutionResult::unsupported not bound
!missing-selector! +INIntentResolutionResult::confirmationRequiredWithItemToConfirm:forReason: not bound
!missing-selector! +INIntentResolutionResult::unsupportedWithReason: not bound
## unsorted
## Research required before we can bind the following ones
!missing-selector! +NSString::deferredLocalizedNSStringStringWithFormat: not bound
!missing-selector! +NSString::deferredLocalizedNSStringStringWithFormat:fromTable: not bound
!missing-selector! +NSString::deferredLocalizedNSStringStringWithFormat:fromTable:arguments: not bound