Skip to content

LinkPresentation macOS xcode13.0 rc

Alex Soto edited this page Sep 14, 2021 · 1 revision

#LinkPresentation.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LinkPresentation.framework/Headers/LPMetadataProvider.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LinkPresentation.framework/Headers/LPMetadataProvider.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LinkPresentation.framework/Headers/LPMetadataProvider.h	2021-08-07 05:22:18.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LinkPresentation.framework/Headers/LPMetadataProvider.h	2021-08-03 21:51:46.000000000 -0400
@@ -37,19 +37,6 @@
 - (void)startFetchingMetadataForURL:(NSURL *)URL completionHandler:(void(^)(LPLinkMetadata *_Nullable metadata, NSError *_Nullable error))completionHandler;
 
 /**
- Fetch metadata for the given NSURLRequest.
-
- The completion handler will be called on a non-main queue.
-
- File URLs returned in the resultant LPLinkMetadata will be deleted
- when the completion handler returns.
-
- An exception will be thrown if this is called more than once
- on a particular LPMetadataProvider instance.
- */
-- (void)startFetchingMetadataForRequest:(NSURLRequest *)request completionHandler:(void(^)(LPLinkMetadata *_Nullable metadata, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(12.0), ios(15.0));
-
-/**
  Cancel a metadata request.
 
  If the request had not already completed, the completion handler will be invoked
Clone this wiki locally