I try the sample codes for MacOS File Provider from this link (https://github.com/peterthomashorn/macosfileproviderexample/tree/main), and I can see 'a file' document is displayed in Finder when browse 'SomeProduct - Some Domain' at Locations. I debug to see if 'fetchContents' method of FileProviderExtension works but it is not called when I double-click to open 'a file' document from Finder.
What should I do to make 'fetchContents' method work when implement a File Provider?
Thanks
What should I do to make 'fetchContents' method work when implement a File Provider?
Thanks