Skip to content

iTunesLibrary macOS xcode15.0 b1

Alex Soto edited this page Jun 5, 2023 · 1 revision

#iTunesLibrary.framework

diff -ruN /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/iTunesLibrary.framework/Headers/ITLibPlaylist.h /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/iTunesLibrary.framework/Headers/ITLibPlaylist.h
--- /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/iTunesLibrary.framework/Headers/ITLibPlaylist.h	2023-03-09 19:08:36
+++ /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/iTunesLibrary.framework/Headers/ITLibPlaylist.h	2023-05-19 22:48:55
@@ -118,6 +118,7 @@
 ITLIB_EXPORT @interface ITLibPlaylist : ITLibMediaEntity
 {
 	NSMutableArray * _items;
+	NSMutableArray * _playableItems;
 }
 
 /*! @abstract The name or title of this playlist. */
Clone this wiki locally