【mac app】basic demo

Feature

  1. NSStatusBar add menu.
  2. When app launched , no any window controller init.(service hidden in back)
  3. Don’t show app on the dock.

how

  1. Use
    • NSStatusBar *statusBar - NSStatusItem *statusItem - NSMenu *theMenu
  2. storyboard -> select window controller -> attributes inspector -> 取消 is initial controller
  3. in plist,set key ‘Application is agent (UIElement)’ = YES