Hello,
I have a a bunch of resources organized in folders. Eg:
[] are folders. I'd like to have xcode copy this folder structure into he Resources of the project.
When I add the [Cars] folder as an existing file to the Resources, xcode copies the jpegs to the project root. When it builds the target, it copies the jpegs to the build root instead of the Resources folder. Also, the folder structure is not recreated. So obviously I'm doing something wrong....
How can I add this folder structure to my resources?
Thanks,
kamo
I have a a bunch of resources organized in folders. Eg:
Code:
[Cars]
[Red]
front.jpg
side.jpg
[Green]
front.jpg
side.jpg
When I add the [Cars] folder as an existing file to the Resources, xcode copies the jpegs to the project root. When it builds the target, it copies the jpegs to the build root instead of the Resources folder. Also, the folder structure is not recreated. So obviously I'm doing something wrong....
How can I add this folder structure to my resources?
Thanks,
kamo