Created
March 26, 2015 16:49
-
-
Save erikng/cfc7e6e4bad00d5e8e1b to your computer and use it in GitHub Desktop.
sketchup2015lic.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>autoremove</key> | |
<false/> | |
<key>catalogs</key> | |
<array> | |
<string>production</string> | |
</array> | |
<key>category</key> | |
<string>3D Modeling</string> | |
<key>description</key> | |
<string>This package installs the license for SketchUp Pro 2015.</string> | |
<key>developer</key> | |
<string>Foo</string> | |
<key>display_name</key> | |
<string>SketchUp Pro 2015 License</string> | |
<key>installer_item_hash</key> | |
<string>75da3b8e93b521979ffc0b1d895d9e072a5d62ce59345795cc680a763bb96d11</string> | |
<key>installer_item_location</key> | |
<string>apps/trimble/sketchup pro/2015/Sketch_Up_Pro_2015_License-1.0.dmg</string> | |
<key>installer_item_size</key> | |
<integer>26</integer> | |
<key>installer_type</key> | |
<string>copy_from_dmg</string> | |
<key>installs</key> | |
<array> | |
<dict> | |
<key>md5checksum</key> | |
<string>5</string> | |
<key>path</key> | |
<string>/Library/Application Support/SketchUp 2015/activation_info.txt</string> | |
<key>type</key> | |
<string>file</string> | |
</dict> | |
</array> | |
<key>items_to_copy</key> | |
<array> | |
<dict> | |
<key>destination_path</key> | |
<string>/Library/Application Support/SketchUp 2015</string> | |
<key>group</key> | |
<string>admin</string> | |
<key>mode</key> | |
<string>go-w</string> | |
<key>source_item</key> | |
<string>activation_info.txt</string> | |
<key>user</key> | |
<string>root</string> | |
</dict> | |
</array> | |
<key>minimum_os_version</key> | |
<string>10.8.0</string> | |
<key>update_for</key> | |
<array> | |
<string>SketchUp Pro 2015</string> | |
</array> | |
<key>name</key> | |
<string>SketchUp Pro 2015 License</string> | |
<key>uninstall_method</key> | |
<string>remove_copied_items</string> | |
<key>uninstallable</key> | |
<true/> | |
<key>version</key> | |
<string>1.0</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment