-
Notifications
You must be signed in to change notification settings - Fork 520
MediaPlayer MacCatalyst xcode16.3 b1
Rolf Bjarne Kvinge edited this page Dec 12, 2024
·
1 revision
#MediaPlayer.framework
diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/AVPlayerItem+MediaPlayerAdditions.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/AVPlayerItem+MediaPlayerAdditions.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/AVPlayerItem+MediaPlayerAdditions.h 2024-11-10 09:13:32
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/AVPlayerItem+MediaPlayerAdditions.h 2025-02-07 23:07:10
@@ -10,7 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
-MP_UNAVAILABLE_BEGIN(watchos, macos, macCatalyst)
+MP_UNAVAILABLE_BEGIN(watchos, macos)
@interface AVPlayerItem (MPAdditions)
@@ -23,3 +23,4 @@
MP_UNAVAILABLE_END
NS_ASSUME_NONNULL_END
+
diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/MPNowPlayingSession.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/MPNowPlayingSession.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/MPNowPlayingSession.h 2024-11-10 09:13:32
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/MPNowPlayingSession.h 2025-02-07 23:07:10
@@ -16,7 +16,7 @@
@class AVPlayer;
@protocol MPNowPlayingSessionDelegate;
-MP_UNAVAILABLE_BEGIN(watchos, macos, macCatalyst)
+MP_UNAVAILABLE_BEGIN(watchos, macos)
MP_API(ios(16.0), tvos(16.0))
@interface MPAdTimeRange : NSObject <NSCopying>
diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/MediaPlayerDefines.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/MediaPlayerDefines.h
--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/MediaPlayerDefines.h 2024-11-10 09:13:32
+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Headers/MediaPlayerDefines.h 2025-02-07 23:07:10
@@ -2,7 +2,7 @@
// MediaPlayerDefines.h
// MediaPlayer
//
-// Copyright © 2024 Apple Inc. All rights reserved.
+// Copyright © 2025 Apple Inc. All rights reserved.
//
#ifndef MP_DEFINES