mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Simplify Apple Profile Configuration Template (#1033)
* Simplify Apple Profile Configuration Template * enable lstrip_blocks * remove ldashes
This commit is contained in:
parent
58ce62e2bd
commit
13c4628b5d
1 changed files with 10 additions and 11 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#jinja2:lstrip_blocks: True
|
||||||
<?xml version="1.0" encoding="UTF-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">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
|
@ -26,7 +27,6 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
{% else %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<dict>
|
<dict>
|
||||||
<key>Action</key>
|
<key>Action</key>
|
||||||
|
@ -57,7 +57,6 @@
|
||||||
<string>Disconnect</string>
|
<string>Disconnect</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
{% else %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<key>AuthenticationMethod</key>
|
<key>AuthenticationMethod</key>
|
||||||
<string>Certificate</string>
|
<string>Certificate</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue