views:

191

answers:

3

I have two targets on my project - iPad and iPhone. Some resources, as interface images, are exclusively for iPad and others for iPhone.

How do I exclude an image, for example, of being included on a given target.

This project of mine was created using that "transition" stuff and groups were created: Resources-iPad and Resources-iPhone. I have organized each resource inside one of these groups. Even so, every final product has both resources.

Am I missing something? thanks for any help.

+3  A: 

Go to the "copy resources" step for the target in question and delete any resources you don't want in there. In addition, you should right-click the resource, select "Get Info" and remove it from any targets you don't want using the Targets tab.

Rob Napier
THANKS !!!!!!!!!!!
Digital Robot
+2  A: 

Right-click on a resource file, select Get Info, open the Targets tab and click checkboxes as needed.

zoul
A: 

Is there a way to do this programatically? So I can create a boolean and set it true to include files?