NSApplication.ActivationPolicy.prohibited
The application doesn’t appear in the Dock and may not create windows or be activated.
Declaration
case prohibitedDiscussion
This corresponds to the value of the LSBackgroundOnly key in the application’s Info.plist file being 1. This is also the default for unbundled executables that don’t have Info.plist files.