Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to know how we can create different build like distribution, debug, release or development build using titanium studio.

Can we create custom build profile such that each of my build profile have different settings like if resource filters are applied on my project.

share|improve this question

1 Answer

I don't think something similar exist, you need to build a custom tool. What about using git and its branches? Or write a script with a list of all your files and rename all the unnecessary with a ".disabled" extension? I like scripting and automating things, if you want we can create some kind of project on github. :)

share|improve this answer
that will be great..we can build something... :) connect with me on linkedin in.linkedin.com/pub/ajeet-maurya/17/966/550 – Ajeet Pratap Maurya Sep 26 '12 at 5:09
You could also try "alloy", the new MVC framework for Appcelerator. It provides support for different environments (development, test and production). – vault Oct 1 '12 at 16:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.