Re: Making a bundle from an existing target
Re: Making a bundle from an existing target
- Subject: Re: Making a bundle from an existing target
- From: Andrew Pontious <email@hidden>
- Date: Wed, 11 Feb 2009 18:19:04 -0800
On Feb 9, 2009, at 9:30 AM, ekellner wrote:
Hi,
I have a working xcode project which is currently has a Application
target. I want to make a new target that will compile the same things
into a Bundle instead.
What's the right way to do this? It appears that "Duplicate Target"
doesn't allow me to change the type from 'Application' to Bundle.
Not the most ideal way to do it, but you could go into the text file
inside the project bundle, project.pbxproj, and hand-edit that so that
your duplicated target has the right type.
Make your duplicate target, then make a new target that's of type
bundle, then look at the text file and copy the type from the latter
into the former.
Back up your project first!
-- Andrew
_______________________________________________
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