Skip to content

Instantly share code, notes, and snippets.

@motin
Created November 8, 2012 03:14
Show Gist options
  • Save motin/4036418 to your computer and use it in GitHub Desktop.
Save motin/4036418 to your computer and use it in GitHub Desktop.
Post-build TideSDK install script attempt
# Install after build without using the installer
unzip build/osx/dist/sdk-1.3.0-beta.zip -d ~/Library/Application\ Support/Titanium/
# Uninstall
rm -r ~/Library/Application\ Support/Titanium/sdk/osx/1.3*
rm -r ~/Library/Application\ Support/Titanium/runtime/osx/1.3*
rm -r ~/Library/Application\ Support/Titanium/modules/osx/*/1.3*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment