Skip to content

PassKit watchOS xcode15.0 b5

tj_devel709 edited this page Oct 16, 2023 · 3 revisions

#PassKit.framework https://github.com/xamarin/xamarin-macios/pull/19139

diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementRequest.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementRequest.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementRequest.h	2023-06-29 02:34:57
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementRequest.h	2023-07-18 00:52:42
@@ -13,7 +13,7 @@
 
 @class PKPaymentSummaryItem;
 
-API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(macos, tvos, watchos);
+API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(macos, tvos, watchos)
 @interface PKDisbursementRequest : NSObject
 
 // Identifies the merchant, as previously agreed with Apple. Must match one of the merchant
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementSummaryItem.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementSummaryItem.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementSummaryItem.h	2023-06-29 02:34:58
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKDisbursementSummaryItem.h	2023-07-18 00:52:43
@@ -10,7 +10,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(macos, tvos, watchos);
+API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(macos, tvos, watchos)
 @interface PKDisbursementSummaryItem : PKPaymentSummaryItem
 
 @end
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKPaymentAuthorizationController.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKPaymentAuthorizationController.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKPaymentAuthorizationController.h	2023-06-29 02:30:01
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PassKit.framework/Headers/PKPaymentAuthorizationController.h	2023-07-18 00:52:42
@@ -123,7 +123,7 @@
 
 #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
 @required
-#elif defined(TARGET_OS_XR) && TARGET_OS_XR
+#elif defined(TARGET_OS_VISION) && TARGET_OS_VISION
 @required
 #endif
 
Clone this wiki locally