@@ -92,6 +92,10 @@ interface PKPassLibrary {
92
92
[ return : NullAllowed ]
93
93
PKPass GetPass ( string identifier , string serialNumber ) ;
94
94
95
+ [ iOS ( 18 , 2 ) , MacCatalyst ( 18 , 2 ) , Mac ( 15 , 2 ) ]
96
+ [ Export ( "passesWithReaderIdentifier:" ) ]
97
+ NSSet < PKSecureElementPass > GetPasses ( string readerIdentifier ) ;
98
+
95
99
[ MacCatalyst ( 13 , 1 ) ]
96
100
[ Export ( "passesOfType:" ) ]
97
101
PKPass [ ] GetPasses ( PKPassType passType ) ;
@@ -1352,17 +1356,17 @@ interface PKPaymentAuthorizationController {
1352
1356
[ Export ( "dismissWithCompletion:" ) ]
1353
1357
void Dismiss ( [ NullAllowed ] Action completion ) ;
1354
1358
1355
- [ NoWatch , NoTV , NoMac , iOS ( 17 , 0 ) , MacCatalyst ( 17 , 0 ) ]
1359
+ [ NoWatch , NoTV , Mac ( 15 , 0 ) , iOS ( 17 , 0 ) , MacCatalyst ( 17 , 0 ) ]
1356
1360
[ Static ]
1357
1361
[ Export ( "supportsDisbursements" ) ]
1358
1362
bool SupportsDisbursements ( ) ;
1359
1363
1360
- [ NoWatch , NoTV , NoMac , iOS ( 17 , 0 ) , MacCatalyst ( 17 , 0 ) ]
1364
+ [ NoWatch , NoTV , Mac ( 15 , 0 ) , iOS ( 17 , 0 ) , MacCatalyst ( 17 , 0 ) ]
1361
1365
[ Static ]
1362
1366
[ Export ( "supportsDisbursementsUsingNetworks:" ) ]
1363
1367
bool SupportsDisbursements ( string [ ] supportedNetworks ) ;
1364
1368
1365
- [ NoWatch , NoTV , NoMac , iOS ( 17 , 0 ) , MacCatalyst ( 17 , 0 ) ]
1369
+ [ NoWatch , NoTV , Mac ( 15 , 0 ) , iOS ( 17 , 0 ) , MacCatalyst ( 17 , 0 ) ]
1366
1370
[ Static ]
1367
1371
[ Export ( "supportsDisbursementsUsingNetworks:capabilities:" ) ]
1368
1372
bool SupportsDisbursements ( string [ ] supportedNetworks , PKMerchantCapability capabilities ) ;
0 commit comments