We would like to materialize an item programaticlay from the code.
From the known apis there is no function that can do this.
The fileproviderctl has an implementation for this functionality:
ex: fileproviderctl materialize "a_file_path".
How can we achieve the same functionality as "fileproviderctl materialize" call ?
Thnaks.
Post
Replies
Boosts
Views
Activity
Hello everyone.
In macOS 11.0 there is a new api related to fileprovider. Can anyone explain how to use this api , or maybe a simple sample code that is using this API.
Currently I am trying to create a fileprovier by implementing the protocols for macos 11.0. and add simple logs just to see it working. In Console I always see these logs:
com.apple.xpc.launchd[1] (com.corp.testprovider.testproviderextension[985]): Extension did not initialize in time.
com.apple.xpc.launchd[1] (com.corp.testprovider.testproviderextension[986]): Extension is hanging on launch. Killing.
Some additional information related how to use this api will be very helpful.
Thanks.