From 36dc2525128e3cec830fd05162644ee160be605c Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Mon, 4 Mar 2019 18:58:37 +0530 Subject: on-demand: iOS: Xcode: Add ability to access current SSID Signed-off-by: Roopesh Chander --- WireGuard/WireGuard.xcodeproj/project.pbxproj | 3 +++ WireGuard/WireGuard/UI/iOS/WireGuard.entitlements | 2 ++ 2 files changed, 5 insertions(+) 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) -- cgit v1.2.3-59-g8ed1b