From: Roopesh Chander Date: Mon, 4 Mar 2019 13:28:37 +0000 (+0530) Subject: on-demand: iOS: Xcode: Add ability to access current SSID X-Git-Tag: 0.0.20190319-1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dc2525128e3cec830fd05162644ee160be605c;p=thirdparty%2Fwireguard-apple.git on-demand: iOS: Xcode: Add ability to access current SSID Signed-off-by: Roopesh Chander --- diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj index d9454bb..9716b42 100644 --- a/WireGuard/WireGuard.xcodeproj/project.pbxproj +++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj @@ -854,6 +854,9 @@ CreatedOnToolsVersion = 9.4.1; LastSwiftMigration = 1000; SystemCapabilities = { + com.apple.AccessWiFi = { + enabled = 1; + }; com.apple.ApplicationGroups.iOS = { enabled = 1; }; diff --git a/WireGuard/WireGuard/UI/iOS/WireGuard.entitlements b/WireGuard/WireGuard/UI/iOS/WireGuard.entitlements index 33ce9fc..93c7249 100644 --- a/WireGuard/WireGuard/UI/iOS/WireGuard.entitlements +++ b/WireGuard/WireGuard/UI/iOS/WireGuard.entitlements @@ -6,6 +6,8 @@ packet-tunnel-provider + com.apple.developer.networking.wifi-info + com.apple.security.application-groups group.$(APP_ID_IOS)