Skip to content

WatchKit watchOS xcode9 beta2

Vincent Dondain edited this page Jun 21, 2017 · 3 revisions

#WatchKit.framework

diff -ruN /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/WatchKit.framework/Headers/WKAccessibility.h /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/WatchKit.framework/Headers/WKAccessibility.h
--- /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/WatchKit.framework/Headers/WKAccessibility.h	2017-05-25 08:52:22.000000000 -0400
+++ /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/WatchKit.framework/Headers/WKAccessibility.h	2017-06-14 08:14:26.000000000 -0400
@@ -13,4 +13,7 @@
 WKI_EXTERN BOOL WKAccessibilityIsVoiceOverRunning() WK_AVAILABLE_WATCHOS_ONLY(2.0);
 WKI_EXTERN NSString *const WKAccessibilityVoiceOverStatusChanged WK_AVAILABLE_WATCHOS_ONLY(2.0);
 
+WKI_EXTERN BOOL WKAccessibilityIsReduceMotionEnabled() WK_AVAILABLE_WATCHOS_ONLY(4.0);
+WKI_EXTERN NSString *const WKAccessibilityReduceMotionStatusDidChangeNotification WK_AVAILABLE_WATCHOS_ONLY(4.0);
+
 NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/WatchKit.framework/Headers/WKBackgroundTask.h /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/WatchKit.framework/Headers/WKBackgroundTask.h
--- /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/WatchKit.framework/Headers/WKBackgroundTask.h	2017-05-20 04:18:23.000000000 -0400
+++ /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/WatchKit.framework/Headers/WKBackgroundTask.h	2017-06-14 07:40:54.000000000 -0400
@@ -39,7 +39,7 @@
 @interface WKApplicationRefreshBackgroundTask : WKRefreshBackgroundTask
 @end
 
-typedef NS_ENUM(NSUInteger, WKSnapshotReason) {
+typedef NS_ENUM(NSInteger, WKSnapshotReason) {
     WKSnapshotReasonAppScheduled = 0,      // app scheduled snapshot. provided only when app is in dock.
     WKSnapshotReasonReturnToDefaultState,  // app should return to its default state.
     WKSnapshotReasonComplicationUpdate,    // complication update triggered a snapshot. provided only when app is an enabled complication.
Clone this wiki locally