From a231410c527c11498e4d2fc2a311524ec110aff8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 8 Feb 2019 03:47:33 +0100 Subject: Info.plist: Add missing key types I worry that LSMinimumSystemVersion in the extension's plist might be problematic, since that same plist runs on macOS and iOS. We _might_ need to bifurcate. Signed-off-by: Jason A. Donenfeld --- WireGuard/WireGuard/UI/macOS/Info.plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WireGuard/WireGuard/UI/macOS') diff --git a/WireGuard/WireGuard/UI/macOS/Info.plist b/WireGuard/WireGuard/UI/macOS/Info.plist index a7ff855..5eef3c1 100644 --- a/WireGuard/WireGuard/UI/macOS/Info.plist +++ b/WireGuard/WireGuard/UI/macOS/Info.plist @@ -30,6 +30,8 @@ Copyright © 2018-2019 WireGuard LLC. All Rights Reserved. NSPrincipalClass WireGuard.Application + LSApplicationCategoryType + public.app-category.utilities com.wireguard.macos.app_group_id $(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS) -- cgit v1.2.3-59-g8ed1b