aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/Info.plist
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-28 00:33:31 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:28 +0530
commitd7d4355f5efa9c78d721392c4d7d6474105f29c8 (patch)
tree89b338d97b44499a08a407f4bb8536ea16b55f2a /WireGuard/WireGuardNetworkExtension/Info.plist
parentmacOS: Add Network Extensions capability to app (diff)
downloadwireguard-apple-d7d4355f5efa9c78d721392c4d7d6474105f29c8.tar.xz
wireguard-apple-d7d4355f5efa9c78d721392c4d7d6474105f29c8.zip
Make app groups work on both iOS and macOS
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuardNetworkExtension/Info.plist')
-rw-r--r--WireGuard/WireGuardNetworkExtension/Info.plist4
1 files changed, 3 insertions, 1 deletions
diff --git a/WireGuard/WireGuardNetworkExtension/Info.plist b/WireGuard/WireGuardNetworkExtension/Info.plist
index 1075c53..0b32ba2 100644
--- a/WireGuard/WireGuardNetworkExtension/Info.plist
+++ b/WireGuard/WireGuardNetworkExtension/Info.plist
@@ -30,6 +30,8 @@
<string>$(PRODUCT_MODULE_NAME).PacketTunnelProvider</string>
</dict>
<key>com.wireguard.ios.app_group_id</key>
- <string>group.$(APP_ID_IOS)</string>
+ <string>group.$(APP_ID_IOS)</string>
+ <key>com.wireguard.macos.app_group_id</key>
+ <string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
</dict>
</plist>