Search code examples
titaniumappcelerator

Get GA version of SDK?


I always download titanium SDK from here

There is only the versions without GA version like

6.0.1.GA

5.5.2.GA

I think GA is patched version.

GA version is available only for subscription user? (if so ,I will obey appcelerator policy) Or Is it possible to make GA version by myself or download??


Solution

  • GA version is "General availability". It is not a patch version. Usually the 3rd number in a version indicates a patch version. It is a stable version though, a tested one. A production build. All others are nightly/beta's for example.

    GA versions are also the ones that Appcelerator gives out, and that means you at least have to have an indie subscription to get them.

    However, you can also download them yourselves using tisdk tool by dbankier.

    So for example: tisdk install 6.0.1.GA

    This is all great, since Titanium is open source and you obey any policy in place, no need to worry about that.