mirror of
https://github.com/munki/munki.git
synced 2026-04-19 02:40:26 -05:00
git-svn-id: http://munki.googlecode.com/svn/trunk@222 a4e17f2e-e282-11dd-95e1-755cbddbdd66
13 lines
326 B
XML
13 lines
326 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>managed_installs</key>
|
|
<array>
|
|
<string>Firefox</string>
|
|
<string>RDC</string>
|
|
<string>Thunderbird</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|