mirror of
https://github.com/munki/munki.git
synced 2026-04-20 19:50:36 -05:00
55bce871e4
git-svn-id: http://munki.googlecode.com/svn/trunk@2 a4e17f2e-e282-11dd-95e1-755cbddbdd66
41 lines
1.0 KiB
XML
41 lines
1.0 KiB
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>name</key>
|
|
<string>TextWrangler</string>
|
|
<key>version</key>
|
|
<string>2.3</string>
|
|
<key>description</key>
|
|
<string>Text editor from the makers of BBEdit.</string>
|
|
<key>installer_item_location</key>
|
|
<string>TextWrangler2.3.pkg.dmg</string>
|
|
<key>installs</key>
|
|
<array>
|
|
<dict>
|
|
<key>type</key>
|
|
<string>application</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.barebones.textwrangler</string>
|
|
<key>CFBundleName</key>
|
|
<string>TextWrangler</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>2.3</string>
|
|
</dict>
|
|
</array>
|
|
<key>minimum_os_version</key>
|
|
<string>10.4</string>
|
|
<key>receipts</key>
|
|
<array>
|
|
<dict>
|
|
<key>packageid</key>
|
|
<string>com.poleposition-sw.lanrev_installease_TextWrangler2.3.pkg</string>
|
|
<key>version</key>
|
|
<string>1.0.0.0</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|
|
|
|
|