revans / Ti

A Rapid Development framework for Titanium
http://www.codewranglers.org
MIT License
88 stars 21 forks source link

Project generation only works if you are using Titanium 1.6.2 #24

Open jwarzech opened 12 years ago

jwarzech commented 12 years ago

This looks like this might be fixed in the feature/refactor branch.

jwarzech commented 12 years ago

I'm not sure what approach you are planning to better support changing versions of Titanium but here is one idea I started to work on: https://github.com/jwarzech/Ti/tree/titanium_version_agnostic

I only have the project creation method converted but it goes off a a user-defined 'titanium' alias that points to their installed version of titanium.py. For command-line access this is what appclerator recommends in their help documentation: https://wiki.appcelerator.org/display/guides/Titanium+Command+Line+Interface

jwarzech commented 12 years ago

Submitted pull request: https://github.com/revans/Ti/pull/26