I want to use Finder Sync Extensions exactly like Dropbox like add toolbar icon and update the badge icons while syncing using Objective C in Xcode.
I searched in google a lot but I could not found any sample code related to this.
I found only one link for that Finder Sync.
But i want to know the sample procedure to integrate Finder Sync Extension as an example or code for more understanding.
Thanks in adv..!!
Finder sync extension provides the support for icon overlay. You have to write your own code for sync the files with server and computer and you can display the sync status on Finder with finder sync extension support. Please check this link for example - https://github.com/haiwen/seafile-client/blob/7d73ba314aedbd7a05428de649ce2a1cce37f676/fsplugin/FinderSync.mm