-
Notifications
You must be signed in to change notification settings - Fork 514
PassKit iOS xcode15.1 b2
Alex Soto edited this page Jan 3, 2024
·
2 revisions
#PassKit.framework https://github.com/xamarin/xamarin-macios/pull/19717
diff -ruN /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementRequest.h /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementRequest.h
--- /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementRequest.h 2023-08-18 02:02:58
+++ /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementRequest.h 2023-10-18 01:32:15
@@ -5,7 +5,6 @@
// Copyright © 2019 Apple, Inc. All rights reserved.
//
-
#import <Foundation/Foundation.h>
#import <PassKit/PKPaymentRequest.h>
@@ -73,7 +72,6 @@
@end
NS_ASSUME_NONNULL_END
-
#else
#import <TargetConditionals.h>
diff -ruN /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementSummaryItem.h /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementSummaryItem.h
--- /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementSummaryItem.h 2023-08-18 02:02:59
+++ /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementSummaryItem.h 2023-10-18 01:32:16
@@ -7,7 +7,6 @@
#import <PassKit/PKPaymentSummaryItem.h>
-
NS_ASSUME_NONNULL_BEGIN
API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(macos, tvos, watchos)
@@ -16,7 +15,6 @@
@end
NS_ASSUME_NONNULL_END
-
#else
#import <TargetConditionals.h>
diff -ruN /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKInstantFundsOutFeeSummaryItem.h /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKInstantFundsOutFeeSummaryItem.h
--- /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKInstantFundsOutFeeSummaryItem.h 2023-08-18 02:02:57
+++ /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKInstantFundsOutFeeSummaryItem.h 2023-10-18 01:32:14
@@ -7,7 +7,6 @@
#import <PassKit/PKPaymentSummaryItem.h>
-
#ifndef __PKINSTANTFUNDSOUTFEESUMMARYITEM_H__
#define __PKINSTANTFUNDSOUTFEESUMMARYITEM_H__
@@ -22,7 +21,6 @@
NS_ASSUME_NONNULL_END
#endif // __PKINSTANTFUNDSOUTFEESUMMARYITEM_H__
-
#else
#import <TargetConditionals.h>
diff -ruN /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKPaymentRequest.h /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKPaymentRequest.h
--- /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKPaymentRequest.h 2023-08-18 00:15:40
+++ /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKPaymentRequest.h 2023-10-16 02:49:54
@@ -32,8 +32,8 @@
PKMerchantCapability3DS NS_SWIFT_NAME(threeDSecure) = 1UL << 0, // Merchant supports 3DS
PKMerchantCapabilityEMV NS_SWIFT_NAME(emv) = 1UL << 1, // Merchant supports EMV
PKMerchantCapabilityCredit NS_SWIFT_NAME(credit) NS_ENUM_AVAILABLE(11_0, 9_0) = 1UL << 2, // Merchant supports credit
- PKMerchantCapabilityDebit NS_SWIFT_NAME(debit) NS_ENUM_AVAILABLE(11_0, 9_0) = 1UL << 3 // Merchant supports debit
- , PKMerchantCapabilityInstantFundsOut NS_SWIFT_NAME(instantFundsOut) NS_ENUM_AVAILABLE(14_0, 17_0) = 1UL << 7 // Merchant supports instant funds out
+ PKMerchantCapabilityDebit NS_SWIFT_NAME(debit) NS_ENUM_AVAILABLE(11_0, 9_0) = 1UL << 3, // Merchant supports debit
+ PKMerchantCapabilityInstantFundsOut NS_SWIFT_NAME(instantFundsOut) NS_ENUM_AVAILABLE(14_0, 17_0) = 1UL << 7 // Merchant supports instant funds out
// There are more PKMerchantCapability constants defined in PKPaymentRequest_Private.h; beware of conflicting values when adding new public cases
} API_AVAILABLE(macos(11.0), ios(8.0), watchos(3.0));
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status