Skip to content

CoreMotion iOS xcode15.3 b1

Alex Soto edited this page Jan 27, 2024 · 1 revision

#CoreMotion.framework

diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMFallDetectionManager.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMFallDetectionManager.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMFallDetectionManager.h	2023-11-12 11:06:03
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMFallDetectionManager.h	2024-01-19 02:00:03
@@ -46,7 +46,7 @@
  *  @discussion
  *    The delegate object to receive Fall Detection events.
  */
-@property (nonatomic, weak) id<CMFallDetectionDelegate> delegate;
+@property (weak, nonatomic, nullable) id<CMFallDetectionDelegate> delegate;
 
 
 /**
Clone this wiki locally