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

41 строка
2.6 KiB
Plaintext

## Deprecated so not exposing it into Xamarin.Watch.dll
##!missing-selector! INRequestRideIntent::initWithPickupLocation:dropOffLocation:rideOptionName:partySize:paymentMethod: not bound
## False positive the class INBookRestaurantReservationIntentResponse is not available on watchOS
!missing-enum! INBookRestaurantReservationIntentCode not bound
## Bound with no availability information, removing them is a breaking change
## but I am not sure if they should be in WatchOS since they are from last year
## and seems that intro did not complain, also there are others INCar* that are
## explicitly available in WatchOS
## These are marked as unavailable in Xcode 10 beta 1 headers
## (and also fail monotouch-tests, but strangely not introspection).
!unknown-type! INCarAirCirculationModeResolutionResult bound
!unknown-type! INCarAudioSourceResolutionResult bound
!unknown-type! INCarDefrosterResolutionResult bound
!unknown-type! INCarSeatResolutionResult bound
!unknown-type! INRadioTypeResolutionResult bound
!unknown-type! INRelativeReferenceResolutionResult bound
!unknown-type! INRelativeSettingResolutionResult bound
## These do not make sense to have on watchOS, we can bind later if needed
!unknown-native-enum! INCarAirCirculationMode bound
!unknown-native-enum! INCarAudioSource bound
!unknown-native-enum! INCarDefroster bound
!unknown-native-enum! INCarSeat bound
!unknown-native-enum! INRadioType bound
!unknown-native-enum! INRelativeReference bound
!unknown-native-enum! INRelativeSetting bound
!unknown-type! INParameter bound
## SDK shipping with Xcode 12.5 is for watchOS 7.4 (not 7.3)
!deprecated-attribute-wrong! INCallRecord::caller has 7.4 not 7.3 on [Deprecated] attribute
!deprecated-attribute-wrong! INCallRecord::initWithIdentifier:dateCreated:caller:callRecordType:callCapability:callDuration:unseen: has 7.4 not 7.3 on [Deprecated] attribute
!deprecated-attribute-wrong! INCallRecord::initWithIdentifier:dateCreated:caller:callRecordType:callCapability:callDuration:unseen:numberOfCalls: has 7.4 not 7.3 on [Deprecated] attribute
!missing-selector! INRideOption::identifier not bound
!missing-selector! INRideOption::setIdentifier: not bound
!incorrect-protocol-member! INPayBillIntentHandling::handlePayBill:completion: is REQUIRED and should be abstract
!incorrect-protocol-member! INSearchForBillsIntentHandling::handleSearchForBills:completion: is REQUIRED and should be abstract
!missing-selector! +CLPlacemark::placemarkWithLocation:name:postalAddress: not bound
!extra-enum-value! Managed value 12 for INStartCallIntentResponseCode.FailureCallRinging is available for the current platform while the value in the native header is not