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

37 строки
2.2 KiB
Plaintext

## Deprecated so not exposing it into Xamarin.Watch.dll
##!missing-selector! INRequestRideIntent::initWithPickupLocation:dropOffLocation:rideOptionName:partySize:paymentMethod: not bound
!missing-selector! INRideDriver::initWithPersonHandle:nameComponents:displayName:image:rating:phoneNumber: 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
!missing-field! INStartVideoCallIntentIdentifier not bound
!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