Skip to content

Instantly share code, notes, and snippets.

@jpl-mac
Created March 29, 2012 22:45
Show Gist options
  • Select an option

  • Save jpl-mac/2244524 to your computer and use it in GitHub Desktop.

Select an option

Save jpl-mac/2244524 to your computer and use it in GitHub Desktop.
script to build and install the mobile_sdk on mac
#!/bin/sh
echo "*** build blackberry mobile sdk.."
scons blackberry=1 build_jsca=0
echo "*** install mobilesdk files.."
buildDir=`pwd`
cd ~/Library/as/Titanium
unzip -oq $buildDir/dist/mobilesdk-2.0.0-osx.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment