문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top