English 中文(简体)
Multiple developers on a Titanium project
原标题:

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?

问题回答

Use the project with two developers. What I did was put in to solve .gitignore the build folder and compile each developer on your machine, generating the same.

As my experience, at first, I create a new blank project, commit all to SVN. After that, I try to add a few codes, rebuild and see which files is red (means it changes content) except the file I modify. These red files maybe need to removed.





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签