Re: Moving from CodeWarrior to Xcode
Re: Moving from CodeWarrior to Xcode
- Subject: Re: Moving from CodeWarrior to Xcode
- From: "Shawn Erickson" <email@hidden>
- Date: Thu, 17 Aug 2006 14:51:20 -0700
On 8/17/06, email@hidden <email@hidden> wrote:
Hi,
I'm moving my project from CodeWarrior to Xcode and Xcode builds my
application a little different than CodeWarrior. I keep my graphics
files in a folder. CodeWarrior moves the graphics folder into the
"Resources" folder of the application, but Xcode moves just the files
in the folder. Is there a way to change that?
A few ways...
1) IIRC add the folder of images as a folder reference then add the
folder reference to the resource copy phase.
2) Add a new copy build phase that targets a directory under the
resources directory and add your images to that phase.
3) Add a shell script phase that does the copying.
4) ...likely other ways.
-Shawn
_______________________________________________
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