-
Notifications
You must be signed in to change notification settings - Fork 514
iTunesLibrary macOS xcode14.0 rc
Israel Soto edited this page Sep 7, 2022
·
1 revision
#iTunesLibrary.framework
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/iTunesLibrary.framework/Headers/ITLibrary.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/iTunesLibrary.framework/Headers/ITLibrary.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/iTunesLibrary.framework/Headers/ITLibrary.h 2022-08-05 12:40:35.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/iTunesLibrary.framework/Headers/ITLibrary.h 2022-08-03 21:05:53.000000000 -0500
@@ -24,7 +24,7 @@
@enum ITLibExportFeature
@abstract These constants describe the features supported by a given iTunes library.
@constant ITLibExportFeatureNone
- No features are supported
+ No features are supported
*/
typedef NS_ENUM( NSUInteger, ITLibExportFeature )
{
@@ -33,13 +33,11 @@
} API_UNAVAILABLE(ios);
/*!
- @enum ITLibInitOptions
- @abstract These constants describe the options that can be passed supported by a given iTunes library.
- @constant ITLibInitOptionNone
- Load the library immediately on ITLibrary instance creation.
- @constant ITLibInitOptionLazyLoadData
- Don't load the library until the first request for data.
-*/
+ @enum ITLibInitOptions
+ @abstract These constants describe the options that can be passed supported by a given iTunes library.
+ @constant ITLibExportFeatureNone
+ No features are supported
+ */
typedef NS_ENUM( NSUInteger, ITLibInitOptions )
{
ITLibInitOptionNone = 0,
@@ -49,14 +47,6 @@
} API_UNAVAILABLE(ios);
-/*!
- @constant ITLibraryDidChangeNotification
- @abstract This notification is sent to NSDistributedNotificationCenter when a change has occurred in the library.
- The client should call [ITLibrary -reloadData] if it wants a new view of the library contents.
- @note This is not a fine-grained notification. This API does not support per-object change notifications.
-*/
-ITLIB_EXPORT ITLIB_EXTERN NSNotificationName const ITLibraryDidChangeNotification API_AVAILABLE(macos(13.0));
-
/*!
@abstract A class representing an iTunes library whose metadata is being queried.
*/
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status