vote up 2 vote down star

iPhone resources by default show up in a "Resources" group that's visible in the main xcode project view. I want to be able to put them into an actual, physically separate directory at some arbitrary location on my machine decided by me. Interestingly enuf, the default "Classes" group is an actual, physical directory but the "Resources" group isn't.

How can someone tell me how to do that? TIA, Howard

flag

50% accept rate

2 Answers

vote up 3 vote down check

Right click on Resources, add existing files, choose your directory
and select "Create Folder References for any added folders".

VoilĂ .

link|flag
easy-peasy! thanks. (tho I don't think I'm going to ask you what your moniker means. :-) – hkatz Jul 7 at 22:00
vote up 0 vote down

An alternate approach is to start with a directory in your project with some files, drag it into Xcode and have it create the folder references for you. Anything you add within that folder reference is automatically put in that subdirectory.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.