I need to include few different resource-types to my project and app.bundle.

In my xcode-project -folder (finder) I have "resourcefiles"- subdirectory and under that few subdirectories for these different resource types (fonts, textures, etc). I have dragged those dirs to xcode "group & files" to under resources- folder and they appear nicely in separate subfolders (without copying them to project but having them stay just referenced).

Questions:

1. All these resources-files goes to same single directory inside app.bundle (app.bundle/contents/resources)
How do I make them go to separate subfolders under resources?
i.e.
app.bundle/contents/resources/fonts
app.bundle/contents/resources/textures
app.bundle/contents/resources/templates
etc.


2. If I add new files to those resourcefile-directories with finder (i.e. new fonts, textures, etc) how do I make xCode automaticly detect the new files and include them in build (and bundle)? Or do I have to manually drag the added files to xCode everytime?

Thanks.

-Mike
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to