show/hide this revision's text 3

Is there a way to have directories within an .app?

At the moment if I add a file into Xcode, regardless of what Group hierarchy it is in, the file always lands in a flat filesystem within my application bundle.

Just as an update, I discovered the command:

/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp

which allows me to add files into the application without having to deal with Xcode. I used pbxcp because I have many different directories and Xcode makes it painful to do so.

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Subdirectories within an iPhone application

Is there a way to have directories within an .app?

At the moment if I add a file into Xcode, regardless of what Group hierarchy it is in, the file always lands in a flat filesystem within my application bundle.