Files
munki/pkginfo examples/ServerAdminTools-10.5.6.1.1
T
Greg Neagle 0d038c20e8 Added a bunch of example pkginfo and manifest files.
git-svn-id: http://munki.googlecode.com/svn/trunk@143 a4e17f2e-e282-11dd-95e1-755cbddbdd66
2009-07-31 01:31:24 +00:00

77 lines
2.0 KiB
Groff

<?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>display_name</key>
<string>Server Administration Tools</string>
<key>description</key>
<string>Apple's administration tools for OS X server.</string>
<key>installed_size</key>
<integer>201412</integer>
<key>installer_item_location</key>
<string>admin/ServerAdmin10.5.6v1.1.dmg</string>
<key>installer_item_size</key>
<integer>94929</integer>
<key>installs</key>
<array>
<dict>
<key>path</key>
<string>/Applications/Server/Server Admin.app</string>
<key>CFBundleIdentifier</key>
<string>com.apple.ServerAdmin</string>
<key>CFBundleName</key>
<string>Server Admin</string>
<key>CFBundleShortVersionString</key>
<string>10.5.3</string>
<key>type</key>
<string>application</string>
</dict>
<dict>
<key>path</key>
<string>/Applications/Server/Workgroup Manager.app</string>
<key>CFBundleIdentifier</key>
<string>com.apple.WorkgroupManager</string>
<key>CFBundleName</key>
<string>Workgroup Manager</string>
<key>CFBundleShortVersionString</key>
<string>10.5.5</string>
<key>type</key>
<string>application</string>
</dict>
</array>
<key>minimum_os_version</key>
<string>10.5.0</string>
<key>name</key>
<string>ServerAdministrationSoftware</string>
<key>aliases</key>
<array>
<string>ServerAdminTools</string>
</array>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>receipts</key>
<array>
<dict>
<key>packageid</key>
<string>com.apple.pkg.ServerAdminTools</string>
<key>version</key>
<string>10.5.6.1.1</string>
</dict>
<dict>
<key>packageid</key>
<string>com.apple.pkg.ServerSetup</string>
<key>version</key>
<string>10.5.6.1.1</string>
</dict>
</array>
<key>version</key>
<string>10.5.6.1.1</string>
<key>uninstallable</key>
<true/>
<key>uninstall_method</key>
<string>removepackages</string>
</dict>
</plist>