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:
Roopesh Chander 2018-12-28 19:33:34 +05:30
parent f5e5fa4d5e
commit 93d7bfa12c
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
<string>$(VERSION_ID)</string> <string>$(VERSION_ID)</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string> <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 WireGuard LLC. All rights reserved.</string> <string>Copyright © 2018 WireGuard LLC. All rights reserved.</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>