]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
macOS: Specify app is an 'agent'
authorRoopesh Chander <roop@roopc.net>
Fri, 28 Dec 2018 14:03:34 +0000 (19:33 +0530)
committerRoopesh Chander <roop@roopc.net>
Mon, 14 Jan 2019 09:22:29 +0000 (14:52 +0530)
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>
WireGuard/WireGuard/UI/macOS/Info.plist

index 1dc6733cc4f0fb2e313cdb12790af7645d1d9caf..2fc0b3f3b82ffd1b1df5663b61ca7d78a39c5e18 100644 (file)
@@ -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>