PopupTest
PopupTest copied to clipboard
Statusbar app on Mac with popup (Yosemite or later)
PopupTest
Statusbar app sample for Mac (Yosemite or later)

Steps
- 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
Note
See header files of NSStatusItem and NSStatusBarButton for details. They don't show up in official documents for some reason.
Reference
For OS X Marvericks https://github.com/shpakovski/Popup
License
MIT