From a3bc306b6e0b881a9dc0187d8bc23240de16f2c4 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Thu, 29 Nov 2018 12:01:45 +0530 Subject: Xcode: Add app groups capability Signed-off-by: Roopesh Chander --- WireGuard/WireGuard.xcodeproj/project.pbxproj | 3 +++ WireGuard/WireGuard/WireGuard.entitlements | 4 ++++ .../WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj index 1474a98..e47f9ba 100644 --- a/WireGuard/WireGuard.xcodeproj/project.pbxproj +++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj @@ -426,6 +426,9 @@ CreatedOnToolsVersion = 9.4.1; LastSwiftMigration = 1000; SystemCapabilities = { + com.apple.ApplicationGroups.iOS = { + enabled = 1; + }; com.apple.NetworkExtensions.iOS = { enabled = 1; }; diff --git a/WireGuard/WireGuard/WireGuard.entitlements b/WireGuard/WireGuard/WireGuard.entitlements index ffab33e..4f46373 100644 --- a/WireGuard/WireGuard/WireGuard.entitlements +++ b/WireGuard/WireGuard/WireGuard.entitlements @@ -6,5 +6,9 @@ packet-tunnel-provider + com.apple.security.application-groups + + group.$(APP_ID) + diff --git a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements index ffab33e..4f46373 100644 --- a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements +++ b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements @@ -6,5 +6,9 @@ packet-tunnel-provider + com.apple.security.application-groups + + group.$(APP_ID) + -- cgit v1.2.3-59-g8ed1b