Skip to content

Instantly share code, notes, and snippets.

@gmarnin
Created August 28, 2014 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmarnin/5649f7eccb71b3f01209 to your computer and use it in GitHub Desktop.
Save gmarnin/5649f7eccb71b3f01209 to your computer and use it in GitHub Desktop.
FireFox
<?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>_metadata</key>
<dict>
<key>created_by</key>
<string>autopkg</string>
<key>creation_date</key>
<date>2014-07-22T17:02:32Z</date>
<key>munki_version</key>
<string>1.0.0.1864</string>
<key>os_version</key>
<string>10.9.4</string>
</dict>
<key>autoremove</key>
<false/>
<key>catalogs</key>
<array>
<string>testing</string>
<string>production</string>
</array>
<key>category</key>
<string>Web Browser</string>
<key>developer</key>
<string>Mozilla</string>
<key>description</key>
<string>Mozilla Firefox is a free and open source web browser.</string>
<key>display_name</key>
<string>Mozilla Firefox</string>
<key>installer_item_hash</key>
<string>0110cad551fe5569df184a4b1a39b20819e1774d2802ab68deafcbce52e7d3fb</string>
<key>installer_item_location</key>
<string>apps/Firefox/Firefox-31.0.dmg</string>
<key>installer_item_size</key>
<integer>61535</integer>
<key>installer_type</key>
<string>copy_from_dmg</string>
<key>installs</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>org.mozilla.firefox</string>
<key>CFBundleName</key>
<string>Firefox</string>
<key>CFBundleShortVersionString</key>
<string>31.0</string>
<key>CFBundleVersion</key>
<string>3114.7.16</string>
<key>minosversion</key>
<string>10.6</string>
<key>path</key>
<string>/Applications/Firefox.app</string>
<key>type</key>
<string>application</string>
<key>version_comparison_key</key>
<string>CFBundleShortVersionString</string>
</dict>
</array>
<key>items_to_copy</key>
<array>
<dict>
<key>destination_path</key>
<string>/Applications</string>
<key>source_item</key>
<string>Firefox.app</string>
</dict>
</array>
<key>minimum_os_version</key>
<string>10.6</string>
<key>name</key>
<string>Firefox</string>
<key>unattended_install</key>
<true/>
<key>uninstall_method</key>
<string>remove_copied_items</string>
<key>uninstallable</key>
<true/>
<key>version</key>
<string>31.0</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment