Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

  1. Checkout the source (requires git)
    $ git clone git://github.com/appcelerator/titanium_mobile.git
    $ cd titanium_mobile

...

  1. Edit the SDK source

...

  1. Build the SDK
    $ scons

...

  1. 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/)

...

  1. The new SDK should be available to select from within Titanium Studio to build your project.

Modifying an Already-Built SDK

...