diff options
author | 2018-12-28 19:33:34 +0530 | |
---|---|---|
committer | 2019-01-14 14:52:29 +0530 | |
commit | 51a2c272b9a59aec671a7f4b7e8e3fbf9c06df6d (patch) | |
tree | 7b10edd3d6382b9635e399e80e3dd3abb7a43d8c /WireGuard/WireGuard/UI/macOS/Info.plist | |
parent | macOS: Create status bar with tunnel names (diff) | |
download | wireguard-apple-51a2c272b9a59aec671a7f4b7e8e3fbf9c06df6d.tar.xz wireguard-apple-51a2c272b9a59aec671a7f4b7e8e3fbf9c06df6d.zip |
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.
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/UI/macOS/Info.plist')
-rw-r--r-- | WireGuard/WireGuard/UI/macOS/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/macOS/Info.plist b/WireGuard/WireGuard/UI/macOS/Info.plist index 1dc6733..2fc0b3f 100644 --- a/WireGuard/WireGuard/UI/macOS/Info.plist +++ b/WireGuard/WireGuard/UI/macOS/Info.plist @@ -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> |