CloudKit macOS xcode9 beta3 - rolfbjarne/xamarin-macios GitHub Wiki
#CloudKit.framework
diff -ruN /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKSubscription.h /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKSubscription.h
--- /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKSubscription.h 2017-06-15 01:19:00.000000000 -0400
+++ /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKSubscription.h 2017-06-29 01:04:59.000000000 -0400
@@ -157,7 +157,6 @@
/* Indicates that the notification should be sent with the "content-available" flag to allow for background downloads in the application.
Default value is NO.
- Setting this value to YES indicates you want a silent notification. Silent notifications must not have an associated UI element (sound, badge, alert).
*/
@property (nonatomic, assign) BOOL shouldSendContentAvailable;