on-demand: iOS: Xcode: Add ability to access current SSID

This commit is contained in:
Roopesh Chander 2019-03-04 18:58:37 +05:30 committed by Jason A. Donenfeld
parent 8ef69cd82d
commit 8cc973cdac
2 changed files with 5 additions and 0 deletions

View File

@ -854,6 +854,9 @@
CreatedOnToolsVersion = 9.4.1;
LastSwiftMigration = 1000;
SystemCapabilities = {
com.apple.AccessWiFi = {
enabled = 1;
};
com.apple.ApplicationGroups.iOS = {
enabled = 1;
};

View 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>