I am trying to integrate Finder Sync Extension in my Cocoa Application to show badge in files and folders. But i faced some query:
1) Problem of to run the application means i want to run extension using my host application. Refer the below screen shots of that:
See the run pop-up menu, If i run app through FinderSyncExtension then it is added to Extension in System Preference but when i run my app through my host app like see blue menu item then it won't create extension.
2) FinderSync.m class is called only first time then it won't call so what is the issue of that?
Please give me brief idea related to integrate the FinderSync Extension. And I refered the Apple official document of FinderSync.
Any help is appreciated..!