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.
If you just want to copy existing files into your application bundle's Resources folder (which on iPhone is just the inside of the .app bundle), do the following:
The folder you dragged in and all of its contents will be copied verbatim during building.