]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
on-demand: iOS: Xcode: Add ability to access current SSID
authorRoopesh Chander <roop@roopc.net>
Mon, 4 Mar 2019 13:28:37 +0000 (18:58 +0530)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 18 Mar 2019 05:46:55 +0000 (06:46 +0100)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard.xcodeproj/project.pbxproj
WireGuard/WireGuard/UI/iOS/WireGuard.entitlements

index d9454bb0b8298b2e406d7a121b35fda816c69daa..9716b425061c1bbcc61f6ddf880fb16a1a4a7581 100644 (file)
                                                CreatedOnToolsVersion = 9.4.1;
                                                LastSwiftMigration = 1000;
                                                SystemCapabilities = {
+                                                       com.apple.AccessWiFi = {
+                                                               enabled = 1;
+                                                       };
                                                        com.apple.ApplicationGroups.iOS = {
                                                                enabled = 1;
                                                        };
index 33ce9fca4a6b26f115b014df46177b303a25313c..93c72493639cf64a2dd7454a88e8ebb8bc500dc9 100644 (file)
@@ -6,6 +6,8 @@
        <array>
                <string>packet-tunnel-provider</string>
        </array>
+       <key>com.apple.developer.networking.wifi-info</key>
+       <true/>
        <key>com.apple.security.application-groups</key>
        <array>
                <string>group.$(APP_ID_IOS)</string>