Skip to content

Instantly share code, notes, and snippets.

@rickychilcott
Created January 23, 2012 17:02
Show Gist options
  • Save rickychilcott/1664260 to your computer and use it in GitHub Desktop.
Save rickychilcott/1664260 to your computer and use it in GitHub Desktop.
Relevant Unity Catalog File
<?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">
<array>
<dict>
<key>catalogs</key>
<array>
<string>4-Production.plist</string>
</array>
<key>description</key>
<string>Unity, without licensing.</string>
<key>display_name</key>
<string>Unity 3.4</string>
<key>installed_size</key>
<integer>2161556</integer>
<key>installer_item_hash</key>
<string>3b0d305487632183d438a45414f07f6f060ae9b3f636e36f0ad9e272dcb9227f</string>
<key>installer_item_location</key>
<string>656-Unity_3_4-3.4.2f3.dmg</string>
<key>installer_item_size</key>
<integer>818379</integer>
<key>installs</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>com.unity3d.UnityEditor3.x</string>
<key>CFBundleName</key>
<string>Unity</string>
<key>CFBundleShortVersionString</key>
<string>3.4.2f3</string>
<key>path</key>
<string>/Applications/Unity-3.4.2/Unity.app</string>
<key>type</key>
<string>application</string>
</dict>
</array>
<key>minimum_os_version</key>
<string>10.5.8</string>
<key>name</key>
<string>Unity_3_4</string>
<key>postinstall_script</key>
<string>#!/bin/bash
VERSION=&quot;3.4.2&quot;
mkdir -p /Users/Shared/Unity/Standard\ Packages
mv -f /Applications/Unity/Standard\ Packages/* /Users/Shared/Unity/Standard\ Packages
rm -Rf /Applications/Unity/Standard\ Packages
ln -s /Users/Shared/Unity/Standard\ Packages /Applications/Unity/Standard\ Packages
rm -Rf /Applications/Unity-${VERSION}
mv /Applications/Unity /Applications/Unity-${VERSION}
chmod -R a+w /Applications/Unity-${VERSION}/MonoDevelop.app/Contents/Frameworks/Mono.framework/</string>
<key>receipts</key>
<array>
<dict>
<key>packageid</key>
<string>dk.otee.unity</string>
<key>version</key>
<string>3.4.2f3</string>
</dict>
<dict>
<key>packageid</key>
<string>dk.otee.unity.webplayerinstaller</string>
<key>version</key>
<string>3.4.2f3</string>
</dict>
</array>
<key>supported_architectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
</array>
<key>uninstall_method</key>
<string>remove_copied_items</string>
<key>uninstallable</key>
<true/>
<key>version</key>
<string>3.4.2f3</string>
</dict>
<dict>
<key>catalogs</key>
<array>
<string>4-Production.plist</string>
</array>
<key>description</key>
<string>Unity, without licensing.</string>
<key>display_name</key>
<string>Unity 3.5 Developer Preview</string>
<key>installed_size</key>
<integer>2623516</integer>
<key>installer_item_hash</key>
<string>9d682955452d73b2fdd0e7e01c816f466aee32f299254f2367f0d88f193e4c6e</string>
<key>installer_item_location</key>
<string>657-Unity_3_5-3.5.0b6.dmg</string>
<key>installer_item_size</key>
<integer>947006</integer>
<key>installs</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>com.unity3d.UnityEditor3.x</string>
<key>CFBundleName</key>
<string>Unity</string>
<key>CFBundleShortVersionString</key>
<string>3.5.0b6</string>
<key>path</key>
<string>/Applications/Unity-3.5.0/Unity.app</string>
<key>type</key>
<string>application</string>
</dict>
</array>
<key>minimum_os_version</key>
<string>10.5.8</string>
<key>name</key>
<string>Unity_3_5</string>
<key>postinstall_script</key>
<string>#!/bin/bash
VERSION=&quot;3.5.0&quot;
mkdir -p /Users/Shared/Unity/Standard\ Packages
mv -f /Applications/Unity/Standard\ Packages/* /Users/Shared/Unity/Standard\ Packages
rm -Rf /Applications/Unity/Standard\ Packages
ln -s /Users/Shared/Unity/Standard\ Packages /Applications/Unity/Standard\ Packages
rm -Rf /Applications/Unity-${VERSION}
mv /Applications/Unity /Applications/Unity-${VERSION}
chmod -R a+w /Applications/Unity-${VERSION}/MonoDevelop.app/Contents/Frameworks/Mono.framework/</string>
<key>receipts</key>
<array>
<dict>
<key>packageid</key>
<string>dk.otee.unity</string>
<key>version</key>
<string>3.5.0b6</string>
</dict>
<dict>
<key>packageid</key>
<string>dk.otee.unity.webplayerinstaller</string>
<key>version</key>
<string>3.5.0b6</string>
</dict>
</array>
<key>supported_architectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
</array>
<key>uninstall_method</key>
<string>remove_copied_items</string>
<key>uninstallable</key>
<true/>
<key>version</key>
<string>3.5.0b6</string>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment