PDA

View Full Version : Adding to Xcode Targets




gamestriker
Jul 19, 2005, 01:35 PM
Is it possible to add an existing source file/resource to an existing Target in Xcode?

I appreciate the help.



HiRez
Jul 19, 2005, 04:34 PM
Is it possible to add an existing source file/resource to an existing Target in Xcode?Sure just, use the Project > Add To Project... menu item. Select a file or files and it will ask you which targets you want to add the files to. You can also drag and drop from the Finder. Or do you mean without recompiling or something??

gamestriker
Jul 19, 2005, 10:45 PM
Thats what I needed, thanks. It just didn't seem obvious right way; now it does.