.mobileconfig: fix formatting
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
61f5e017c8
commit
fbac282bdc
|
@ -27,7 +27,7 @@ A .mobileconfig file is a plist file in XML format. The top-level XML item is a
|
||||||
|
|
||||||
Here's an example .mobileconfig with the above fields filled in:
|
Here's an example .mobileconfig with the above fields filled in:
|
||||||
|
|
||||||
~~~
|
```xml
|
||||||
<?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">
|
||||||
|
@ -48,7 +48,7 @@ Here's an example .mobileconfig with the above fields filled in:
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
~~~
|
```
|
||||||
|
|
||||||
### WireGuard payload entries
|
### WireGuard payload entries
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ keys:
|
||||||
|
|
||||||
Here's an example WireGuard configuration payload dictionary:
|
Here's an example WireGuard configuration payload dictionary:
|
||||||
|
|
||||||
~~~
|
```xml
|
||||||
<!-- A WireGuard configuration payload dictionary -->
|
<!-- A WireGuard configuration payload dictionary -->
|
||||||
<dict>
|
<dict>
|
||||||
<key>PayloadDisplayName</key>
|
<key>PayloadDisplayName</key>
|
||||||
|
@ -135,7 +135,7 @@ Here's an example WireGuard configuration payload dictionary:
|
||||||
<string>Password</string>
|
<string>Password</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
~~~
|
```
|
||||||
|
|
||||||
### Caveats
|
### Caveats
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue