Duplicating / importing Xcode projects from one Mac to another
I've just purchased a new iMac and I want to duplicate / import all my Xcode projects from my old MacBook onto to it. How can this be done without setting up a SVN repository?
Both machines are at home on the same network. This should be simple but I just can't fi开发者_StackOverflow社区nd out how...
Thanks in advance
All you need to do is copy over the folder containing the project. When you launch XCode the project path is listed under recent projects. You can also select the project file within XCode, right click and use reveal in finder to locate the project directory.
Once you've copied the folder to your new machine, simply open the project file with XCode.
精彩评论