Re: Faster adding of files to targets
Re: Faster adding of files to targets
- Subject: Re: Faster adding of files to targets
- From: Chris Espinosa <email@hidden>
- Date: Mon, 5 Oct 2009 16:22:12 -0700
On Oct 5, 2009, at 4:07 PM, ML wrote: I am porting an app from Codewarrior to XCode. The CW import process did not work that well.
I have all the source, now adding source files to the 11 targets we have is going very slow.
is there a text file that I can manually edit to change what files are included in a target since I have the list of file for each in digital form already? Versus what I am going now, Searching for the file and dragging it to the target that needs it....
When you drag and drop the files in (which you can do as a group selection/drag from the Finder), there's a sheet with a check box for every target. Check all the boxes, and all files will be added to all targets.
But note that in Xcode, unlike Code Warrior, you don't need all those targets. Xcode uses build configurations to apply different settings for different circumstances. For example, you have just one application target, and a Release configuration and a Debug configuration. The Debug configuration builds with no optimization and full symbols; the Release configuration is stripped of symbols and optimized.
But it's the same target, so when you add a new file you don't need to worry about adding it to both the debug and release targets; there's just one target.
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