I've created some files in Xcode. Now I want to copy some of them. How should I do that?
Currently, I copy them in Finder & copy those back into Xcode in order to work on them. There must be a better way.
I've created some files in Xcode. Now I want to copy some of them. How should I do that?
Currently, I copy them in Finder & copy those back into Xcode in order to work on them. There must be a better way.
I think you actually want version control. Try git or svn or mercurial.
Do you want to copy them between two projects? If so, open both projects and just drag the files out of the 'Groups & Files' view to the other project.
Or maybe this question helps you.
I think (not on my Mac at the moment so this may be totally wrong) that "Add files to project" has an option for copying the files from their source location. At least, I recall doing this at some stage.