Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 298 Bytes

hide-an-application-dock-icon-and-main-window.md

File metadata and controls

7 lines (4 loc) · 298 Bytes

Hide An Application Dock Icon And Main Window

Category: Xcode

You might need to hide the dock icon and main window when developing macOS menubar applications.

To do this, open Info.plist in your Xcode project. Add a new key Application is agent (UIElement) and set its value to YES.