...
The Titanium Mobile SDK is open source under an Apache version 2 license, and is available on Github https://github.com/appcelerator/titanium_mobile. Compiling the SDK from Github source requires Python (w/JSON) and the cross-platform scons build tool: http://www.scons.org/.1.
- Checkout the source (requires git)
$ git clone git://github.com/appcelerator/titanium_mobile.git
$ cd titanium_mobile
...
- Edit the SDK source
...
- Build the SDK
$ scons
...
- Unpack newly-generated SDK zip from titanium_mobile/dist/mobilesdk-x.x.x-os.zip to your Titanium Mobile SDK directory (on Mac OS, /Library/Application Support/Titanium/mobilesdk/osx/)
...
- The new SDK should be available to select from within Titanium Studio to build your project.
Modifying an Already-Built SDK
...