Skip to content

CoreGraphics macOS xcode16.0 b5

Alex Soto edited this page Aug 7, 2024 · 2 revisions

#CoreGraphics.framework

diff -ruN /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h
--- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h	2024-07-12 03:06:53
+++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h	2024-07-26 22:01:17
@@ -344,7 +344,7 @@
 /* Equivalent to `CFRelease(space)', except it doesn't crash (as CFRelease
    does) if `space' is NULL. */
 
-CG_EXTERN void CGColorSpaceRelease(CGColorSpaceRef cg_nullable space)
+CG_EXTERN void CGColorSpaceRelease(CGColorSpaceRef cg_nullable CF_RELEASES_ARGUMENT space)
   API_AVAILABLE(macos(10.0), ios(2.0));
 
 /* Return the system name of the color space. This applies to all color spaces
Clone this wiki locally