Multiple developers on a Titanium project

Posted by Cybear on Stack Overflow See other posts from Stack Overflow or by Cybear
Published on 2010-04-21T11:00:00Z Indexed on 2010/04/21 11:03 UTC
Read the original article Hit count: 255

Filed under:
|
|

I'm making an iPhone app with Appcelerator Titanium and I want to share the source code with a few more programmers. I will use a SCM repository which at some point might be open to the general public.

Now my question is, are there any files which I should not commit to the repository?

  • In project root I can tell that tiapp.xml and mainfest are telling the app GUID, is there any reason for me to keep that private? (this value is also shown many places in the build/ folder)
  • I've added everything in the Resources/ folder.
  • If I skip the build/iphone/build/ folder, will developers still be able to build the project?

Side question - When another programmer downloads this code, it seems to me that (s)he has to have the same directory structure as I do? Any workarounds for this?

© Stack Overflow or respective owner

Related posts about titanium

Related posts about appcelerator