Skip to content

CoreMotion macOS xcode13.0 beta2

Alex Soto edited this page Jun 24, 2021 · 3 revisions

#CoreMotion.framework

diff -ruN /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMErrorDomain.h /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMErrorDomain.h
--- /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMErrorDomain.h	2021-06-02 11:05:08.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMErrorDomain.h	2021-06-17 14:31:37.000000000 -0400
@@ -16,6 +16,6 @@
  *  Discussion:
  *    Error returned as the domain to NSError from CoreMotion.
  */
-CM_EXTERN NSString *const CMErrorDomain API_AVAILABLE(ios(4.0));
+CM_EXTERN NSString *const CMErrorDomain API_AVAILABLE(macos(12.0), ios(4.0));
 
 NS_ASSUME_NONNULL_END
Clone this wiki locally