aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS
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/WireGuard/UI/iOS
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/WireGuard/UI/iOS')
-rw-r--r--WireGuard/WireGuard/UI/iOS/Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/Info.plist b/WireGuard/WireGuard/UI/iOS/Info.plist
index 9b7bc07..2a943eb 100644
--- a/WireGuard/WireGuard/UI/iOS/Info.plist
+++ b/WireGuard/WireGuard/UI/iOS/Info.plist
@@ -123,6 +123,6 @@
</dict>
</array>
<key>com.wireguard.ios.app_group_id</key>
- <string>group.$(APP_ID_IOS)</string>
+ <string>group.$(APP_ID_IOS)</string>
</dict>
</plist>