Skip to content

MediaPlayer tvOS xcode13.0 beta3

Rachel Kang edited this page Jul 22, 2021 · 3 revisions

#MediaPlayer.framework

Rachel

diff -ruN /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h
--- /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h	2021-06-17 14:35:34.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h	2021-07-10 09:48:08.000000000 -0400
@@ -206,7 +206,11 @@
 
 //-----------------------------------------------------
 
-@class NSImage, UIImage;
+#if TARGET_OS_OSX
+@class NSImage;
+#else
+@class UIImage;
+#endif
 
 MP_API(ios(3.0), tvos(9.0), macos(10.12.2), watchos(5.0))
 @interface MPMediaItemArtwork : NSObject
Clone this wiki locally