Where is the ownCloud Overlays icons on Mac OS X?

In windows, Overlay icons are in Regedit. (OCOk, OCError, etc…). Do you know where does these icons come from in Mac OS X? My custom owncloud build does not show overlay icons on Mac OS X. It does not show in Windows too but I’ve found a workaround so it’s okay.

Hi ozata,
Overlay icons on all platforms are provided by shell extensions.
On Windows its the OCOverlays.dll
On mac it is FinderSyncExt.appex which should be registered by the client if its located in
“Contents/PlugIns/FinderSyncExt.appex”.
If you are using craft, the resulting pkg should also register it during install.

Thanks, Hannah. I am checking.