Skip to content

Commit

Permalink
Improve .mobileconfig comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gaomd committed Oct 27, 2015
1 parent 7ae060b commit f20d128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/generate-mobileconfig
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ cat <<EOF
<!-- Turn off EAP -->
<key>ExtendedAuthEnabled</key>
<integer>0</integer>
<!-- AuthName key is required to dismiss the Enter Username screen, even if ExtendedAuthEnabled is false -->
<!-- AuthName key is required to dismiss the Enter Username screen on iOS 9, even if ExtendedAuthEnabled is false -->
<key>AuthName</key>
<string></string>
<!-- AuthPassword key is required to dismiss the Enter Password screen, even if ExtendedAuthEnabled is false -->
<!-- AuthPassword key is required to dismiss the Enter Password screen on iOS 9, even if ExtendedAuthEnabled is false -->
<key>AuthPassword</key>
<string></string>
</dict>
Expand Down

0 comments on commit f20d128

Please sign in to comment.