Re: Finder Sync extension menu limitations

2015-04-09 Thread Dave Lyons
Hi Dragan, You're exactly right about the limitations. The only other menu item property that's used is "enabled" (though typically you wouldn't want a disabled menu item here anyway). Because the presented NSMenu object lives in a different process from your code (in Finder.app, for example),

Finder Sync extension menu limitations

2015-04-08 Thread Dragan Milić
Hello, I wonder if anyone have got more experience developing Finder Sync extensions for Yosemite. I believe I figured out some things I’d like to achieve aren’t possible and I’d like to confirm them. It’s related to FIFinderSync protocol method - [FIFinderSync menuForMenuKind:]. According to d