-
Notifications
You must be signed in to change notification settings - Fork 516
CoreSpotlight iOS 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CSSuggestion.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CSSuggestion.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CSSuggestion.h 2023-05-31 23:44:18
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CSSuggestion.h 2023-06-14 00:36:21
@@ -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CoreSpotlight.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CoreSpotlight.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CoreSpotlight.h 2023-05-31 23:44:17
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreSpotlight.framework/Headers/CoreSpotlight.h 2023-06-14 00:36:20
@@ -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>
- 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