]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Info.plist: Add missing key types 0.0.20190207-1
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 8 Feb 2019 02:47:33 +0000 (03:47 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 8 Feb 2019 02:47:36 +0000 (03:47 +0100)
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 <Jason@zx2c4.com>
WireGuard/WireGuard/UI/macOS/Info.plist
WireGuard/WireGuardNetworkExtension/Info.plist

index a7ff85558ed61514d38229fbaba88112ed43302a..5eef3c16c49ce17664944d492fe35c4c46808692 100644 (file)
@@ -30,6 +30,8 @@
        <string>Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.</string>
        <key>NSPrincipalClass</key>
        <string>WireGuard.Application</string>
+       <key>LSApplicationCategoryType</key>
+       <string>public.app-category.utilities</string>
        <key>com.wireguard.macos.app_group_id</key>
        <string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
 </dict>
index 0b32ba21eb0abe332535e218d63c33a791ca00d4..7e0801e87717b98403cdf7745c9687d255641df2 100644 (file)
@@ -31,6 +31,8 @@
        </dict>
        <key>com.wireguard.ios.app_group_id</key>
        <string>group.$(APP_ID_IOS)</string>
+       <key>LSMinimumSystemVersion</key>
+       <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
        <key>com.wireguard.macos.app_group_id</key>
        <string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
 </dict>