Skip to content

QuartzCore tvOS xcode15.1 b3

Alex Soto edited this page Nov 14, 2023 · 2 revisions

#QuartzCore.framework

diff -ruN /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h /Applications/Xcode_15.1.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h
--- /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h	2023-10-18 00:13:36
+++ /Applications/Xcode_15.1.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h	2023-11-07 16:17:58
@@ -109,12 +109,6 @@
 + (nullable id)valueForKey:(NSString *)key;
 + (void)setValue:(nullable id)anObject forKey:(NSString *)key;
 
-/* Enables batching for the transaction. When this is enabled,
- * all CAContexts for the current process will be batch commited together
- * in a single transaction. */
-
-+ (void)batch;
-
 @end
 
 /** Transaction property ids. **/
Clone this wiki locally