Re: How do I get bundles inside an .app's Resources directory
Re: How do I get bundles inside an .app's Resources directory
- Subject: Re: How do I get bundles inside an .app's Resources directory
- From: Calum Robinson <email@hidden>
- Date: Fri, 1 Feb 2002 12:55:55 +0000
Or you can enable the check box beside your bundle(s) in the Files pane.
This will add it to your resources folder by default. Be warned,
though - it may build the plugin _after_ it has copied the older version
to the Resources folder. To get around this you need to make your app
target depend on your bundle(s) target(s).
Calum Robinson
Yes there is. Go to project builder, click the target tab, chose your
target and go into the files and build phases tab settings tab.
Then click on any of the phases (headers for ex). The box should be
highlighted. Then go to the project menu and chose New Build Phase - New
Copy Files build phase. Then drag the files you want to that build
phase.
Good luck,
Alex
On Thursday, January 31, 2002, at 10:48 PM, Lars Sonchocky-Helldorf
wrote:
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