Skip to content

ScreenCaptureKit macOS xcode26.0 b2

Alex Soto edited this page Jun 24, 2025 · 1 revision

#ScreenCaptureKit.framework

diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenCaptureKit.framework/Headers/SCScreenshotManager.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenCaptureKit.framework/Headers/SCScreenshotManager.h
--- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenCaptureKit.framework/Headers/SCScreenshotManager.h	2025-05-30 03:06:00
+++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenCaptureKit.framework/Headers/SCScreenshotManager.h	2025-06-13 05:22:18
@@ -116,15 +116,13 @@
 API_AVAILABLE(macos(26.0), macCatalyst(26.0));
 @interface SCScreenshotOutput : NSObject
 /*!
- @abstract SCScreenshotOutput property that denotes the SDR CGimage
+ @abstract SCScreenshotOutput property that denotes the SDR CGimage.  The output CGImage uses the same color space as the display
  */
 @property (nonatomic, strong, nullable) CGImageRef sdrImage __attribute__((NSObject));
 /*!
- @abstract SCScreenshotOutput property that denotes the HDR CGimage
+ @abstract SCScreenshotOutput property that denotes the HDR CGimage.  The output CGImage uses the extended sRGB color space.
  */
 @property (nonatomic, strong, nullable) CGImageRef hdrImage __attribute__((NSObject));
-
-@property (nonatomic, strong, nullable) CGImageRef testImage __attribute__((NSObject));
 
 /*!
  @abstract SCScreenshotOutput property to specify the location where the image was saved.  If a fileURL in the screenshot configuration was not specified, then the fileURL will be nil
Clone this wiki locally