-
Notifications
You must be signed in to change notification settings - Fork 542
AssetsLibrary iOS xcode26.0 b1
Alex Soto edited this page Jun 9, 2025
·
1 revision
#AssetsLibrary.framework
diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h 2025-04-19 08:15:43
+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h 2025-06-03 00:26:09
@@ -15,8 +15,9 @@
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
-#define AL_DEPRECATED(x,msg) API_DEPRECATED(msg, ios(x,9)) API_UNAVAILABLE(macos)
-#warning AssetsLibrary will be removed from the iOS SDK in the next major release
+
+#define AL_DEPRECATED(x,msg) API_OBSOLETED(msg, ios(x,9,19.0)) API_UNAVAILABLE(macos)
+
@class ALAsset;
@class ALAssetsGroup;