Re: Different versions of a file in a project
Re: Different versions of a file in a project
- Subject: Re: Different versions of a file in a project
- From: David Ewing <email@hidden>
- Date: Tue, 20 Jan 2004 17:23:19 -0800
On Jan 19, 2004, at 6:13 PM, David Catmull wrote:
Is it possible to use different versions of a file in different
targets of the same project?
In different folders (actually one is just deeper than the other), I
have two different versions of a file, and they have the same name. I
want to use one in one target, and the other in another target. In
CodeWarrior, I can do this by changing the order of the access paths
for each target so that the right one is found first. It's not clear
to me how I might do this in XCode.
In Xcode, you have to actually add a file to each target. There are a
number of ways to see if a file is part of a target. Perhaps the
easiest is to show the Target Membership column in Groups and Files
view (or the Details view), select the file and look at the checkbox.
Change the active target (in the toolbar popup menu) to find out about
different projects. If the target membership for a file isn't what you
expect, just click on the checkbox.
Hope that helps,
Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.