How do I get bundles inside an .app's Resources directory
How do I get bundles inside an .app's Resources directory
- Subject: How do I get bundles inside an .app's Resources directory
- From: Lars Sonchocky-Helldorf <email@hidden>
- Date: Fri, 1 Feb 2002 05:48:37 +0100
Hi,
I am currently porting an App from GNUstep to Cocoa (GWorkspace,
http://www.gnustep.it/enrico/gworkspace). This App consists out of the
actual application (.app) and several bundles. Right now I have set up
an Project Builder Project which has an Aggregate Target that contains
all the subtargets of type application and bundle. Everything builds
fine but ends up at the same level, the build directory. To run this
application I have to copy the bundles inside the .app's Resources
directory - manualy. Is there a way to do this in the build process?
Thanks for your help, Lars