I'm trying to add a FinderSync Extension in an App which is built using py2app.
py2app does not have a recipe for bundling App Extensions so I created a Cocoa project and added a FinderSync Extension target. After building the appex I copied the appex to the app built using py2app under Plugins folder.
The FinderSync Extension is set to be sandboxed using entitlement file but when I launch the main app I got following message displayed on Console App.
9/17/15 10:33:50.212 AM pkd[309]: ignoring mis-configured plug-in at /Applications/Test.app/Contents/Plugins/TestFinderSync.appex: plug-ins must be sandboxed
I've searched on Stack Overflow but could not find the solution.
What am I missing here?