Skip to content

CoreSpotlight tvOS xcode15.0 b2

Manuel de la Pena edited this page Sep 3, 2023 · 3 revisions

#CoreSpotlight.framework https://github.com/xamarin/xamarin-macios/pull/18918

diff -ruN /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CSSuggestion.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CSSuggestion.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CSSuggestion.h	2023-05-19 20:55:25
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CSSuggestion.h	2023-06-10 01:50:57
@@ -28,6 +28,8 @@
 - (NSComparisonResult)compareByRank:(CSSuggestion *)other;
 
 - (NSComparisonResult)compare:(CSSuggestion *)other;
+- (NSNumber *)score;
+- (NSArray<id> *)suggestionDataSources;
 
 @end
 NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CoreSpotlight.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CoreSpotlight.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CoreSpotlight.h	2023-05-19 20:55:24
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CoreSpotlight.h	2023-06-10 01:50:57
@@ -13,6 +13,8 @@
 //! Project version string for CoreSpotlight.
 FOUNDATION_EXPORT const unsigned char CoreSpotlightVersionString[];
 
+#define  CoreSpotlightAPIVersion 40
+
 #import <CoreSpotlight/CSBase.h>
 #import <CoreSpotlight/CSImportExtension.h>
 #import <CoreSpotlight/CSIndexExtensionRequestHandler.h>
Clone this wiki locally