-
Notifications
You must be signed in to change notification settings - Fork 549
QuartzCore iOS xcode26.0 b5
Alex Soto edited this page Aug 5, 2025
·
2 revisions
#QuartzCore.framework
diff -ruN /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h
--- /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h 2025-07-17 00:27:49
+++ /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h 2025-07-31 00:22:26
@@ -61,9 +61,7 @@
API_AVAILABLE(macos(26.0), ios(26.0), tvos(26.0), visionos(26.0)) API_UNAVAILABLE(watchos);
/* Automatic dynamic range. The system will decide how much dynamic range to use.
- * If the `contents' of the layer or CGColors on the layer contain headroom
- * tagging above 1.0, then the system will engage EDR mode. If you want to
- * render the content in an SDR form, you should explicitly use
+ * If you want to render the content in an SDR form, you should explicitly use
* CADynamicRangeStandard. If user will be primarily focused on this view, such
* as a fullscreen layer or an editing canvas, you may explicitly set
* CADynamicRangeHigh. */
@@ -466,8 +464,7 @@
/* Controls the dynamic range used to render CGColors and `contents' of the
* layer that have headroom tagging greater thah 1.0. This only effects the
* tonemapping of the receiving layer (not ancestors or descendants). Defaults
- * to CADynamicRangeAutomatic. Applications that were compiled against SDKs
- * prior to macOS 16 or iOS 19 default to CADynamicRangeStandard. */
+ * to CADynamicRangeStandard. */
@property(copy) CADynamicRange preferredDynamicRange
API_AVAILABLE(macos(26.0), ios(26.0), tvos(26.0), visionos(26.0)) API_UNAVAILABLE(watchos);