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

19 строки
1.1 KiB
Plaintext

## enums added in Xcode 8.1 but the only API using them are not available on watchOS
!missing-enum! PKPaymentButtonStyle not bound
!missing-enum! PKPaymentButtonType not bound
## No availability macro is provided for PKLabeledValue on watchOS / radar: https://trello.com/c/MvaHEZlc
## on iOS it's only used in PKAddPaymentPassRequestConfiguration which is not part of watchOS
!missing-selector! PKLabeledValue::initWithLabel:value: not bound
!missing-selector! PKLabeledValue::label not bound
!missing-selector! PKLabeledValue::value not bound
!missing-type! PKLabeledValue not bound
## types have no availability annotations - but all API marked as unavailable on watchOS
!missing-enum! PKDisbursementRequestSchedule not bound
!missing-protocol! PKDisbursementAuthorizationControllerDelegate not bound
!missing-type! PKDisbursementAuthorizationController not bound
!missing-type! PKDisbursementRequest not bound
!missing-type! PKDisbursementVoucher not bound
!incorrect-protocol-member! PKPaymentAuthorizationControllerDelegate::paymentAuthorizationController:didAuthorizePayment:completion: is OPTIONAL and should NOT be abstract