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.
This commit is contained in:
parent
9239512b49
commit
657915e931
|
@ -30,6 +30,8 @@
|
||||||
<string>Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.</string>
|
<string>Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string>WireGuard.Application</string>
|
<string>WireGuard.Application</string>
|
||||||
|
<key>LSApplicationCategoryType</key>
|
||||||
|
<string>public.app-category.utilities</string>
|
||||||
<key>com.wireguard.macos.app_group_id</key>
|
<key>com.wireguard.macos.app_group_id</key>
|
||||||
<string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
|
<string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
</dict>
|
</dict>
|
||||||
<key>com.wireguard.ios.app_group_id</key>
|
<key>com.wireguard.ios.app_group_id</key>
|
||||||
<string>group.$(APP_ID_IOS)</string>
|
<string>group.$(APP_ID_IOS)</string>
|
||||||
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||||
<key>com.wireguard.macos.app_group_id</key>
|
<key>com.wireguard.macos.app_group_id</key>
|
||||||
<string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
|
<string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in New Issue