Skip to content

PushKit watchOS xcode15.0 b2

Alex Soto edited this page Jun 21, 2023 · 2 revisions

#PushKit.framework

diff -ruN /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PushKit.framework/Headers/PKPushRegistry.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PushKit.framework/Headers/PKPushRegistry.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PushKit.framework/Headers/PKPushRegistry.h	2023-05-19 20:27:15
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/PushKit.framework/Headers/PKPushRegistry.h	2023-06-10 04:00:58
@@ -49,7 +49,7 @@
 ///
 /// The system limits you to 50 push notifications per day. If you exceed the
 /// limit, subsequent pushes are not delivered.
-PK_EXPORT PKPushType const PKPushTypeComplication API_AVAILABLE(watchos(6.0)) API_DEPRECATED("Complication pushes are supported directly on watchOS now, so this should no longer be used on iOS.", ios(9.0, 13.0), macCatalyst(9.0, 13.0))  API_UNAVAILABLE(macos, tvos, xros);
+PK_EXPORT PKPushType const PKPushTypeComplication API_AVAILABLE(watchos(6.0)) API_DEPRECATED("Complication pushes are supported directly on watchOS now, so this should no longer be used on iOS.", ios(9.0, 13.0), macCatalyst(9.0, 13.0)) API_UNAVAILABLE(xros) API_UNAVAILABLE(macos, tvos);
 /// A push type for file provider updates.
 ///
 /// Use file provider notifications to update your File Provider extension's content
Clone this wiki locally