Re: Xcode 2.1 and resources
Re: Xcode 2.1 and resources
- Subject: Re: Xcode 2.1 and resources
- From: Chris Espinosa <email@hidden>
- Date: Fri, 9 Sep 2005 23:43:08 -0700
On Sep 9, 2005, at 11:27 PM, David Dunham wrote:
Did I really have to manually add a build phase to compile a .r file?
I would have thought that Xcode could figure this out by itself, just
like it figures out how to compile C++ sources.
The project templates that build Carbon apps and tools have the
ResourceManager Resource build phase in their targets by default; other
kinds of targets don't. So if you started with a more generic target
type and added a resource file to it, then yes, you'd have to add the
build phase yourself. Remember that Xcode can build code in dozens of
forms and has 8 different kinds of build phases, so to simplify project
navigation, we don't add all 8 kinds of phases to every target
template.
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