Skip to content

Commit

Permalink
[FinderSync] Update to beta 4 (#2377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Risi committed Jul 27, 2017
1 parent dc1b574 commit 28f1fbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/findersync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ interface FIFinderSyncProtocol
[Export ("toolbarItemToolTip")]
string ToolbarItemToolTip { get; }

[Mac (10,13, onlyOn64 : true)]
[Export ("exportedObjectForMessageInterface:itemURL:error:")]
NSObject GetExportedObject (NSFileProviderMessageInterface messageInterface, NSUrl itemUrl, [NullAllowed] out NSError error);

[Mac (10,13, onlyOn64 : true)]
[Export ("supportedServiceNamesForItemWithURL:")]
string[] SupportedServiceNames (NSUrl itemUrl);
Expand Down

0 comments on commit 28f1fbe

Please sign in to comment.