Skip to content

AVKit tvOS xcode15.1 b2

Alex Soto edited this page Oct 26, 2023 · 1 revision

#AVKit.framework

diff -ruN /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerViewController.h /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerViewController.h
--- /Applications/Xcode_15.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerViewController.h	2023-08-11 06:23:46
+++ /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerViewController.h	2023-10-15 22:31:19
@@ -296,9 +296,9 @@
 /*!
 	@property	contextualActionsInfoView
 	@abstract	A view shown adjacent to the contextual actions suitable for showing related information.
-	@discussion	Use this view to add additional metadata, information and/or artwork as subviews.
+	@discussion	Use this view to add additional metadata, information and/or artwork as subviews. This property is only supported when the receiver has been configured to have playback controls. Changing the configuration to remove the playback controls will invalidate this view..
  */
-@property (nonatomic, readonly) UIView *contextualActionsInfoView API_AVAILABLE(visionos(1.0)) API_UNAVAILABLE(ios, tvos, watchos, macCatalyst);
+@property (nonatomic, readonly) UIView *contextualActionsInfoView API_AVAILABLE(visionos(1.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(ios, watchos, macCatalyst);
 
 /*!
 	@property	contextualActionsPreviewImage
Clone this wiki locally