-
Notifications
You must be signed in to change notification settings - Fork 520
Photos macOS xcode16.3 b1
Rolf Bjarne Kvinge edited this page Feb 24, 2025
·
1 revision
#Photos.framework
diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Photos.framework/Headers/PhotosTypes.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Photos.framework/Headers/PhotosTypes.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Photos.framework/Headers/PhotosTypes.h 2024-11-13 06:15:12
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Photos.framework/Headers/PhotosTypes.h 2025-02-07 20:04:39
@@ -111,10 +111,12 @@
#pragma mark - PHAsset types
+
typedef NS_ENUM(NSInteger, PHAssetEditOperation) {
- PHAssetEditOperationDelete = 1,
- PHAssetEditOperationContent = 2,
- PHAssetEditOperationProperties = 3,
+ PHAssetEditOperationDelete = 1,
+ PHAssetEditOperationContent = 2,
+ PHAssetEditOperationProperties = 3,
+
};
typedef NS_ENUM(NSInteger, PHAssetPlaybackStyle) {