Skip to content

Photos iOS xcode14.0 beta3

Manuel de la Pena edited this page Aug 5, 2022 · 3 revisions

#Photos.framework https://github.com/xamarin/xamarin-macios/pull/15608

diff -ruN /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Photos.framework/Headers/PHChange.h /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Photos.framework/Headers/PHChange.h
--- /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Photos.framework/Headers/PHChange.h	2022-06-17 14:29:34.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Photos.framework/Headers/PHChange.h	2022-06-30 21:10:47.000000000 -0500
@@ -28,7 +28,7 @@
 OS_EXPORT
 @interface PHObjectChangeDetails<ObjectType: PHObject *> : NSObject
 
-// the object in the state before this change (returns the object that was passed in to changeDetailsForObject:)
+// returns the object that was passed in to changeDetailsForObject: (used to determine the changes to the object vs. the objectAfterChanges)
 @property (atomic, strong, readonly) ObjectType objectBeforeChanges;
 
 // the object in the state after this change
Clone this wiki locally