1

I enable the FinderSync in my Host app with the method introduced by : How to enable FinderSync Extension in the System Preference in Cocoa - Objective C Preference-objective The extension is added in the System Preference but not checked , sometimes is checked. So any body can help me, Any help is appreciated!

My OSx is 10.11.5, and the Xcode is 7.3.1.

Community
  • 1
  • 1
Tessimle
  • 31
  • 3
  • When i debug the "system()", I see nothing in my console. It is only check the system preference when first launch the extension app. – Tessimle Aug 16 '16 at 08:10

1 Answers1

2

I add the FinderSync extension name to the bundle ID, it works.

system("pluginkit -e use -i mybundleID.FinderSyncExtensionName");
Tessimle
  • 31
  • 3