Skip to content

Commit

Permalink
Merge pull request #56 from saoron/patch-1
Browse files Browse the repository at this point in the history
Add iOS wifi-info capabilities
  • Loading branch information
tripflex committed Oct 6, 2018
2 parents a773141 + 9140d51 commit 4578a2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin.xml
Expand Up @@ -64,6 +64,12 @@
<config-file parent="com.apple.developer.networking.networkextension" target="*/Entitlements-Release.plist"> <config-file parent="com.apple.developer.networking.networkextension" target="*/Entitlements-Release.plist">
<array/> <array/>
</config-file> </config-file>
<config-file parent="com.apple.developer.networking.wifi-info" target="*/Entitlements-Debug.plist">
<true/>
</config-file>
<config-file parent="com.apple.developer.networking.wifi-info" target="*/Entitlements-Release.plist">
<true/>
</config-file>


<header-file src="src/ios/WifiWizard2.h" /> <header-file src="src/ios/WifiWizard2.h" />
<source-file src="src/ios/WifiWizard2.m" /> <source-file src="src/ios/WifiWizard2.m" />
Expand Down

0 comments on commit 4578a2d

Please sign in to comment.