Mike Pinkerton wrote: > In the meantime, you have two options for adding/removing files to the mac build: > > 1) Find someone with a mac, get them to make changes and export the XML > project for you to include in your patch > > 2) Edit the XML file yourself. > > Note that (2), while being technically possible, isn't childs-play. The > XML files can be very large and confusing and you may mess up the first > few times you try it. Remember: DO NOT check in the binary project file. > You will break the build.
I find the easiest way to do this is to add the file with the IDE, then export the edited project to a scratch XML file, then use CodeWarrior's visual diffing tool to make the edit on the master XML file. This shows you what's changed, and lets you filter out the noise changes that come in from settings that have configuration specific values. - Patrick
