]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #463 from mueller-ma/patch-1
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 22 Oct 2019 14:21:52 +0000 (09:21 -0500)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2019 14:21:52 +0000 (09:21 -0500)
Fix plist highlighting

mac/README.md

index 2e494372ee94e90e78e597107e7e07fc05bb4554..eda62857a2b0f8857b179ce87159553101b1072c 100644 (file)
@@ -19,12 +19,12 @@ For example, this policy:
 }
 ```
 which would be set in the plist file like this:
-```plist
-  <key>Homepage</key>
-  <dict>
-    <key>URL</key>
-    <string>http://example.com</string>
-  </dict>
+```xml
+<key>Homepage</key>
+<dict>
+  <key>URL</key>
+  <string>http://example.com</string>
+</dict>
 ```
 Correctly writing the nested value with the `defaults` command can be hard, so you can flatten the keys by separating them with `__`, like this:
 ```bash

patrick-canterino.de