Skip to content

ShazamKit macOS xcode16.0 b5

Alex Soto edited this page Aug 7, 2024 · 2 revisions

#ShazamKit.framework

diff -ruN /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ShazamKit.framework/Headers/SHSession.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ShazamKit.framework/Headers/SHSession.h
--- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ShazamKit.framework/Headers/SHSession.h	2024-07-12 05:14:50
+++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ShazamKit.framework/Headers/SHSession.h	2024-07-27 03:10:08
@@ -55,8 +55,10 @@
 /// @brief A delegate for communicating the results of matching
 @property (NS_NONATOMIC_IOSONLY, weak) id<SHSessionDelegate> delegate;
 
+
 /// Create A new @c SHSession that searches the Shazam Catalog
 - (instancetype)init;
+
 
 /// Create A new @c SHSession based upon the supplied @c SHCatalog
 /// @param catalog The store of signatures to match against
Clone this wiki locally