I just duplicated my target of my game to create a lite version. I want to define in the prefix.pch of the lite version that it is the lite version. The only problem is I have a prefix.pch file for my main target but not for the new one. Also in the new target, the prefix header is listed as the main targets prefix.pch. How do I create a new one? Thanks.