Skip to content

MetalKit macOS xcode14.3 beta1

Alex Soto edited this page Feb 16, 2023 · 1 revision

#MetalKit.framework

diff -ruN /Applications/Xcode_14.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalKit.framework/Headers/MTKView.h /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalKit.framework/Headers/MTKView.h
--- /Applications/Xcode_14.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalKit.framework/Headers/MTKView.h	2022-11-12 15:58:00
+++ /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalKit.framework/Headers/MTKView.h	2023-02-11 16:41:46
@@ -19,7 +19,8 @@
  @class MTKView
  @abstract View for rendering metal content
  */
-NS_CLASS_AVAILABLE(10_11, 9_0)
+API_AVAILABLE(macos(10.11), ios(9.0))
+
 @interface MTKView : NSView <NSCoding,CALayerDelegate>
 
 /*!
@@ -230,7 +231,8 @@
  @class MTKViewDelegate
  @abstract Allows an object to render into the view and respond to resize events
  */
-NS_CLASS_AVAILABLE(10_11, 9_0)
+API_AVAILABLE(macos(10.11), ios(9.0))
+
 @protocol MTKViewDelegate <NSObject>
 
 /*!
Clone this wiki locally