From: Roopesh Chander Date: Thu, 29 Nov 2018 08:35:18 +0000 (+0530) Subject: Info.plist: Add app group id for accessing from both the app and the network extension X-Git-Tag: 0.0.20181104-5~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d01d46fde882fb3ed7b55bb6f11fc64b3cfee9c3;p=thirdparty%2Fwireguard-apple.git Info.plist: Add app group id for accessing from both the app and the network extension Signed-off-by: Roopesh Chander --- diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist index 91b31dc..d2a5dea 100644 --- a/WireGuard/WireGuard/Info.plist +++ b/WireGuard/WireGuard/Info.plist @@ -120,5 +120,7 @@ + com.wireguard.ios.app_group_id + group.$(APP_ID) diff --git a/WireGuard/WireGuardNetworkExtension/Info.plist b/WireGuard/WireGuardNetworkExtension/Info.plist index cc71059..9ae0ccb 100644 --- a/WireGuard/WireGuardNetworkExtension/Info.plist +++ b/WireGuard/WireGuardNetworkExtension/Info.plist @@ -27,5 +27,7 @@ NSExtensionPrincipalClass $(PRODUCT_MODULE_NAME).PacketTunnelProvider + com.wireguard.ios.app_group_id + group.$(APP_ID)