How to create a Finder Sync extension with Monodevelop

149 views Asked by At

In OS X, the Finder Sync extension point lets you cleanly and safely modify the Finder’s user interface to express file synchronization status and control.

Typically, it used to show green marks icon overlays like this:

Finder Sync

The official documentation describes how to create Finder Sync extensions with XCode.
QUESTION: How to create Finder Sync extensions with Monodevelop instead of XCode?

0

There are 0 answers