macOS: Specify app is an 'agent'
This hides the app from the Dock, while still enabling the app to come to the foreground if required.
This commit is contained in:
parent
f5e5fa4d5e
commit
93d7bfa12c
|
@ -22,6 +22,8 @@
|
|||
<string>$(VERSION_ID)</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>LSUIElement</key>
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2018 WireGuard LLC. All rights reserved.</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
Loading…
Reference in New Issue