I need to write a simple command line tool (daemon) in swift with the Finder Sync Extension. So I created a sample command line tool app and added a target with Finder Synch Extension. But when I ran the project only command line tool app process is creating and not the finder Synch Extension. Can any one give me the direction how to create a Finder Sync Extension for Command line tool app?
Asked
Active
Viewed 715 times
4
-
1Have a look at apple documentation. https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/Finder.html – Parag Bafna Feb 15 '17 at 11:56
-
Did you get any solution? – Anoop Vaidya May 13 '20 at 17:53