I am developing an application for the iPhone, and will be complete, as well as the Lite version of this application. To get both packages from the same source code and xcode project, I added one more target to the xcode project.
Now I want the Lite target to copy only a subset of the resource files into the package. But xcode will not just let me delete individual files from the “Copy files to package” build phase, since I imported all my resources as folder links. I need this to maintain a directory structure in a resource directory.
How to solve this problem? Any suggestions or ideas are welcome!
Flo
reference resources xcode target
Florianz
source share