Skip to content

Commit

Permalink
ios_utilities: added ent.xml file containing ios entitlements require…
Browse files Browse the repository at this point in the history
…d to directly communicate with the Wi-Fi device.
  • Loading branch information
matthiasseemoo committed Sep 29, 2017
1 parent 09c6d45 commit b4ed413
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ios_utilities/nexutil/ent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.wlan.authentication</key>
<true/>
</dict>
</plist>

0 comments on commit b4ed413

Please sign in to comment.