From: Jason A. Donenfeld Date: Fri, 8 Feb 2019 02:47:33 +0000 (+0100) Subject: Info.plist: Add missing key types X-Git-Tag: 0.0.20190207-1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a231410c527c11498e4d2fc2a311524ec110aff8;p=thirdparty%2Fwireguard-apple.git 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 --- 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) diff --git a/WireGuard/WireGuardNetworkExtension/Info.plist b/WireGuard/WireGuardNetworkExtension/Info.plist index 0b32ba2..7e0801e 100644 --- a/WireGuard/WireGuardNetworkExtension/Info.plist +++ b/WireGuard/WireGuardNetworkExtension/Info.plist @@ -31,6 +31,8 @@ com.wireguard.ios.app_group_id group.$(APP_ID_IOS) + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) com.wireguard.macos.app_group_id $(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)