Skip to content

QuartzCore iOS xcode27.0 b2

Alex Soto edited this page Jun 23, 2026 · 1 revision

#QuartzCore.framework

diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h	2026-05-24 13:13:30
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h	2026-06-16 03:15:42
@@ -27,9 +27,11 @@
 /* Create a new display link object for the main display. It will
  * invoke the method called 'sel' on 'target', the method has the
  * signature '(void)selector:(CADisplayLink *)sender'.
- * For macOS, see NSView/NSWindow/NSScreen.displayLink(withTarget:selector:). */
+ * For macOS, see NSView/NSWindow/NSScreen.displayLink(withTarget:selector:).
+ * For iOS, see UIScene.displayLink(target:selector:) */
 
-+ (CADisplayLink *)displayLinkWithTarget:(id)target selector:(SEL)sel;
++ (CADisplayLink *)displayLinkWithTarget:(id)target selector:(SEL)sel
+    API_UNAVAILABLE(macos);
 
 /* Adds the receiver to the given run-loop and mode. Unless paused, it
  * will fire every vsync until removed. Each object may only be added

Clone this wiki locally