Resources flattened out into a single directory in the .app package
Resources flattened out into a single directory in the .app package
- Subject: Resources flattened out into a single directory in the .app package
- From: "Rama Krishna" <email@hidden>
- Date: Mon, 13 Apr 2009 08:55:22 -0400
I started with a cocoa project in XCode and created various groups and
corresponding sub folders in filesystem. I made sure that the path of all
the groups are set to the subfolder. When I build the project, I see that
the directory structure I created is flattened out. For instance I want the
resources in the bundle to have the following structure
Resources
|
-- Images
Image1.png
Image2.png
-- Sounds
Sound1.mp3
Sound2.mp3
Instead I see something like the following in the bundle:
Resources
Image1.png
Image2.png
Sound1.mp3
Sound2.mp3
What should I do to see the resources organized in separate subfolder.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden