Re: How to put files in app bundle?
Re: How to put files in app bundle?
- Subject: Re: How to put files in app bundle?
- From: Chris Espinosa <email@hidden>
- Date: Wed, 2 Feb 2005 10:41:28 -0800
On Feb 2, 2005, at 8:49 AM, Mark Dawson wrote:
When I build my app bundle, I'd like to put some files in the /Contents/Resources folder, along with create a /Contents/SharedSupport folder, and copy files into that folder. I didn't notice a "copy" build phase. Do I need to use the shell scripts to do what I want? Is there some other recommended way?
Your target probably doesn't have a Copy Files build phase by default because you're not copying any files yet. Select the target, choose New Build Phase ▶ New Copy Files Build Phase from the Project menu, then enter the path into which you want the files copied. (To copy files into a custom folder in your app bundle, choose Destination: Wrapper and Contents/SharedSupport/ as the subpath.) Then you can drag files from your project into that build phase.
Chris
_______________________________________________
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