Re: Changing the type of a Target
Re: Changing the type of a Target
- Subject: Re: Changing the type of a Target
- From: Chris Espinosa <email@hidden>
- Date: Thu, 4 Mar 2004 14:57:59 -0800
On Mar 4, 2004, at 12:25 PM, Steve Sisak wrote:
How does one change the type of an XCode target (or create a new
target of a different type containing the same files/headers)?
The hard way:
1) Create a new target of the type you want
2) Open the old target and group-select everything in it
3) Drag it all to the new target
Thanks -- that did what I needed.
Now how do I include that library target in another xcode project so
it's automatically built? (Like including a subproject in Codewarrior)
(I could swear I saw that option before, but can't find it)
1) Drag the Project icon (top of the Groups & Files tree) of the Static
Library project into the other project, dropping it just below the
other project's project icon in the Groups & Files tree.
2) Select the second project's main target, choose Get Info, and in the
General tab you see Direct Dependencies. Click the plus sign at the
bottom and pick the target from the Static Library project.
Chris
_______________________________________________
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.