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.