Skip to content

Instantly share code, notes, and snippets.

@timsutton
Created October 21, 2014 18:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timsutton/e1b7e51f5f8b82a2261f to your computer and use it in GitHub Desktop.
Save timsutton/e1b7e51f5f8b82a2261f to your computer and use it in GitHub Desktop.
Java for OS X pkginfo
<?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>tsutton</string>
<key>creation_date</key>
<date>2014-10-06T13:18:30Z</date>
<key>munki_version</key>
<string>2.0.0.2233</string>
<key>os_version</key>
<string>10.10</string>
</dict>
<key>autoremove</key>
<false/>
<key>catalogs</key>
<array>
<string>testing</string>
<string>production</string>
</array>
<key>category</key>
<string>Internet</string>
<key>developer</key>
<string>Oracle</string>
<key>description</key>
<string>&lt;html&gt;&lt;p&gt;Java for OS X 2014-001 includes installation improvements, and supersedes all previous versions of Java 6 for OS X. This package installs the same version of Java 6 included in Java for OS X 2013-005.&lt;/p&gt;
&lt;p&gt;See &lt;a href="http://support.apple.com/kb/HT6133"&gt;http://support.apple.com/kb/HT6133&lt;/a&gt; for more details about this update.&lt;/p&gt;
&lt;p&gt;See &lt;a href="http://support.apple.com/kb/HT1222"&gt;http://support.apple.com/kb/HT1222&lt;/a&gt; for information about the security content of this update.&lt;/p&gt;&lt;/html&gt;
</string>
<key>display_name</key>
<string>Java for OS X 2014-001</string>
<key>icon_name</key>
<string>Java7_Oracle</string>
<key>installed_size</key>
<integer>75203</integer>
<key>installer_item_hash</key>
<string>97bc9b3c47af1f303710c8b15f2bcaedd6b40963c711a18da8eac1e49690a8a0</string>
<key>installer_item_location</key>
<string>support/Java/JavaForOSX2014-001-1.0.0.0.1.1247562015.dmg</string>
<key>installer_item_size</key>
<integer>65320</integer>
<key>installs</key>
<array>
<dict>
<key>CFBundleShortVersionString</key>
<string>15.0.0</string>
<key>path</key>
<string>/System/Library/Frameworks/JavaVM.framework/Resources/Info.plist</string>
<key>type</key>
<string>plist</string>
</dict>
<dict>
<key>CFBundleShortVersionString</key>
<string>15.0.0</string>
<key>path</key>
<string>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Info.plist</string>
<key>type</key>
<string>plist</string>
</dict>
</array>
<key>maximum_os_version</key>
<string>10.10.99</string>
<key>minimum_os_version</key>
<string>10.7.0</string>
<key>name</key>
<string>Java6_Apple</string>
<key>receipts</key>
<array>
<dict>
<key>installed_size</key>
<integer>37058</integer>
<key>packageid</key>
<string>com.apple.pkg.JavaEssentials</string>
<key>version</key>
<string>1.0.0.0.1.1247562015</string>
</dict>
<dict>
<key>installed_size</key>
<integer>77982</integer>
<key>packageid</key>
<string>com.apple.pkg.JavaForMacOSX107</string>
<key>version</key>
<string>1.0.0.0.1.1247562015</string>
</dict>
<dict>
<key>installed_size</key>
<integer>206</integer>
<key>packageid</key>
<string>com.apple.pkg.JavaMDNS</string>
<key>version</key>
<string>1.0.0.0.1.1247562015</string>
</dict>
<dict>
<key>installed_size</key>
<integer>454</integer>
<key>packageid</key>
<string>com.apple.pkg.JavaSecurity</string>
<key>version</key>
<string>1.0.0.0.1.1247562015</string>
</dict>
</array>
<key>unattended_install</key>
<true/>
<key>uninstall_method</key>
<string>removepackages</string>
<key>uninstallable</key>
<true/>
<key>version</key>
<string>2014.001</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment