- Notifications
You must be signed in to change notification settings - Fork548
MediaPlayer iOS xcode16.0 b3
Rolf Bjarne Kvinge edited this pageAug 19, 2024 ·3 revisions
#MediaPlayer.frameworkhttps://github.com/xamarin/xamarin-macios/pull/21072
diff -ruN /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h--- /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h2024-06-15 04:51:22+++ /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h2024-06-28 22:25:53@@ -202,11 +202,6 @@ MP_API(ios(14.5), tvos(14.5), watchos(7.3), macos(11.3)); @property (nonatomic, readonly, getter=isPreorder) BOOL preorder MP_API(ios(10.3));-// Store Canonical IDs for TVShows and Movies-MP_EXTERN NSString * const MPMediaItemPropertyStoreCanonicalId- MP_API(ios(18.0), tvos(18.0), watchos(11.0), macos(15.0));-@property (nonatomic, readonly) NSString *storeCanonicalID MP_API(ios(18.0));- @end //-----------------------------------------------------