Is it possible to have a Dock icon for the application, but no main menu in the menu bar?
- Fiddling around with
LSUIElement
andLSUIBackgroundOnly
doesn't lead to my goal. - Setting
[NSApp setMainMenu:nil]
didn't work.
EDIT: To be more concrete: I do not want to hide the menu bar, but hide the app's main menu, that is, the menu of the application before activating my app, remains visible.