From 51a2c272b9a59aec671a7f4b7e8e3fbf9c06df6d Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Fri, 28 Dec 2018 19:33:34 +0530 Subject: 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 --- WireGuard/WireGuard/UI/macOS/Info.plist | 2 ++ 1 file changed, 2 insertions(+) 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 @@ $(VERSION_ID) LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) + LSUIElement + NSHumanReadableCopyright Copyright © 2018 WireGuard LLC. All rights reserved. NSPrincipalClass -- cgit v1.2.3-59-g8ed1b