-
Notifications
You must be signed in to change notification settings - Fork 543
ImageIO iOS xcode26.0 b2
Alex Soto edited this page Jun 24, 2025
·
1 revision
#ImageIO.framework
diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h
--- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h 2025-06-01 23:52:56
+++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h 2025-06-18 23:21:25
@@ -885,6 +885,9 @@
IMAGEIO_EXTERN const CFStringRef kIIOCameraModelType_SimplifiedPinhole IMAGEIO_AVAILABLE_STARTING(13.0, 16.0);
IMAGEIO_EXTERN const CFStringRef kIIOCameraModelType_GenericPinhole IMAGEIO_AVAILABLE_STARTING(13.0, 16.0);
IMAGEIO_EXTERN const CFStringRef kIIOCameraModel_Intrinsics IMAGEIO_AVAILABLE_STARTING(13.0, 16.0);
+
+IMAGEIO_EXTERN const CFStringRef kCGImageProviderPreferredTileWidth IMAGEIO_AVAILABLE_STARTING(16.0, 19.0);
+IMAGEIO_EXTERN const CFStringRef kCGImageProviderPreferredTileHeight IMAGEIO_AVAILABLE_STARTING(16.0, 19.0);
CF_ASSUME_NONNULL_END
CF_IMPLICIT_BRIDGING_DISABLED