Preserving folders within a bundle?
Preserving folders within a bundle?
- Subject: Preserving folders within a bundle?
- From: Matt Ridley <email@hidden>
- Date: Fri, 11 May 2001 02:26:12 +0100
Hi folks,
In my project window, I have a few folders within the
"Resources" folder, to visually organise my various files.
However, when I build my application, those folders aren't
preserved; instead, everything is put straight into the
Resources folder itself within my app's bundle.
Here's an example. In my project window, within the Resources
folder in the Files tab at the left, say I have a folder called
"images", and within it there's a file called "myimage.tiff".
When I build the app, that file ends up here:
MyApp.app/Contents/Resources/myimage.tiff
but I'd like it to be here:
MyApp.app/Contents/Resources/images/myimage.tiff
Is there a way I can tell Project Builder to keep (or indeed
recreate) those folders within my app's bundle?
Best,
-Matt
--
Matt Ridley
<
http://www.mattridley.com/>