Re: How to separate multi target project to multi sub projects
Re: How to separate multi target project to multi sub projects
- Subject: Re: How to separate multi target project to multi sub projects
- From: Greg Guerin <email@hidden>
- Date: Sun, 9 Dec 2007 14:36:09 -0700
Nir Soffer wrote:
>1. Investigate the target and guess which kind of project it should
>be - BSD dynamic library? Carbon?
>2. Create a new project of the (hopefully) correct type
>3. Copy the relevant sources from old project to the new with by
>dragging
>4. Add the frameworks used by the old target
>5. This is the ugliest part - copy the target settings one by one
>manually, switching between Debug/Release/All build styles.
>
>There must be a better way.
Apply the skill/space tradeoff:
1. Copy entire original project, omitting 'build' dir.
2. Delete parts in copy not needed for sub-project.
3. Repeat for each desired sub-project.
You may or may not want to automate parts of that.
-- GG
_______________________________________________
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