Statusbar app sample for Mac (Yosemite or later)
- Add LSUIElement to Info.plist and set it YES
- Create NSStatusItem in AppDelegate
- Configure images and an action to NSStatusItem.button
- Show NSPopover from the button action
See header files of NSStatusItem and NSStatusBarButton for details. They don't show up in official documents for some reason.
For OS X Marvericks https://github.com/shpakovski/Popup
MIT