Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions src/passkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ interface PKPassLibrary {
[return: NullAllowed]
PKPass GetPass (string identifier, string serialNumber);

[iOS (18, 2), MacCatalyst (18, 2), Mac (15, 2)]
[Export ("passesWithReaderIdentifier:")]
NSSet<PKSecureElementPass> GetPasses (string readerIdentifier);

[MacCatalyst (13, 1)]
[Export ("passesOfType:")]
PKPass [] GetPasses (PKPassType passType);
Expand Down Expand Up @@ -1352,17 +1356,17 @@ interface PKPaymentAuthorizationController {
[Export ("dismissWithCompletion:")]
void Dismiss ([NullAllowed] Action completion);

[NoWatch, NoTV, NoMac, iOS (17, 0), MacCatalyst (17, 0)]
[NoWatch, NoTV, Mac (15, 0), iOS (17, 0), MacCatalyst (17, 0)]
[Static]
[Export ("supportsDisbursements")]
bool SupportsDisbursements ();

[NoWatch, NoTV, NoMac, iOS (17, 0), MacCatalyst (17, 0)]
[NoWatch, NoTV, Mac (15, 0), iOS (17, 0), MacCatalyst (17, 0)]
[Static]
[Export ("supportsDisbursementsUsingNetworks:")]
bool SupportsDisbursements (string [] supportedNetworks);

[NoWatch, NoTV, NoMac, iOS (17, 0), MacCatalyst (17, 0)]
[NoWatch, NoTV, Mac (15, 0), iOS (17, 0), MacCatalyst (17, 0)]
[Static]
[Export ("supportsDisbursementsUsingNetworks:capabilities:")]
bool SupportsDisbursements (string [] supportedNetworks, PKMerchantCapability capabilities);
Expand Down
1 change: 1 addition & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41528,6 +41528,7 @@ M:PassKit.PKPassLibrary.GetEncryptedServiceProviderDataAsync(PassKit.PKSecureEle
M:PassKit.PKPassLibrary.GetPass(System.String,System.String)
M:PassKit.PKPassLibrary.GetPasses
M:PassKit.PKPassLibrary.GetPasses(PassKit.PKPassType)
M:PassKit.PKPassLibrary.GetPasses(System.String)
M:PassKit.PKPassLibrary.GetServiceProviderData(PassKit.PKSecureElementPass,System.Action{Foundation.NSData,Foundation.NSError})
M:PassKit.PKPassLibrary.GetServiceProviderDataAsync(PassKit.PKSecureElementPass)
M:PassKit.PKPassLibrary.OpenPaymentSetup
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/api-annotations-dotnet/iOS-PassKit.todo

This file was deleted.

4 changes: 0 additions & 4 deletions tests/xtro-sharpie/api-annotations-dotnet/macOS-PassKit.todo

This file was deleted.