mirror of
https://github.com/fleetdm/fleet
synced 2026-04-23 06:27:26 +00:00
23 lines
886 B
XML
23 lines
886 B
XML
<?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>inbinary</key>
|
|
<data>YnBsaXN0MDDSAQIDBlNhcnJXYXN0cmluZ6IEBVNvbmVTdHdvVWhlbGxvCA0RGRwgJAAAAAAAAAEBAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAq</data>
|
|
<key>inxml</key>
|
|
<string><?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>arr</key>
|
|
<array>
|
|
<string>one</string>
|
|
<string>two</string>
|
|
</array>
|
|
<key>astring</key>
|
|
<string>hello</string>
|
|
</dict>
|
|
</plist></string>
|
|
</dict>
|
|
</plist>
|
|
plutil -convert xml1 -o - nested.template.json
|