Created
March 29, 2012 22:45
-
-
Save jpl-mac/2244524 to your computer and use it in GitHub Desktop.
script to build and install the mobile_sdk on mac
This file contains hidden or 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
| #!/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