Skip to content

CoreMotion macOS xcode14.0 rc

TJ Lambert edited this page Sep 15, 2022 · 3 revisions

#CoreMotion.framework https://github.com/xamarin/xamarin-macios/pull/15977

diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMFallDetectionManager.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMFallDetectionManager.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMFallDetectionManager.h	2022-08-05 12:39:30.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMFallDetectionManager.h	2022-08-03 21:04:34.000000000 -0500
@@ -9,7 +9,7 @@
 #import <Foundation/Foundation.h>
 #import <CoreMotion/CMAvailability.h>
 #import <CoreMotion/CMAuthorization.h>
-#import <CoreMotion/CMFallDetectionEvent.h>
+#import "CMFallDetectionEvent.h"
 
 NS_ASSUME_NONNULL_BEGIN
 
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h	2022-08-05 12:39:30.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h	2022-08-03 21:04:34.000000000 -0500
@@ -122,14 +122,6 @@
 + (BOOL)isAvailable;
 
 /*!
- * @method version
- * @discussion What version of movement disorder software is available on this platform.
- * @return Returns the version number of the movement disorder software available on this platform, nil if not.
- *         Format follows Major.Minor.Fix format (e.g. 1.0.0)
- */
-+ (NSString * _Nullable)version;
-
-/*!
  * @method authorizationStatus
  * @discussion Authorization status of movement disorder results for this user.
  * @return Returns the authorization status of movement disorder results for this user.
Clone this wiki locally