将 Xcode 项目从一台 Mac 复制/导入到另一台
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3271534/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Duplicating / importing Xcode projects from one Mac to another
提问by Amnon
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?
我刚刚购买了一台新的 iMac,我想将我所有的 Xcode 项目从我的旧 MacBook 复制/导入到它上面。如何在不设置 SVN 存储库的情况下完成此操作?
Both machines are at home on the same network. This should be simple but I just can't find out how...
两台机器都在同一网络上的家中。这应该很简单,但我就是不知道如何...
Thanks in advance
提前致谢
回答by Jason George
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.
您需要做的就是复制包含该项目的文件夹。当您启动 XCode 时,项目路径列在最近的项目下。您也可以在 XCode 中选择项目文件,右键单击并使用 finder 中的显示来定位项目目录。
Once you've copied the folder to your new machine, simply open the project file with XCode.
将文件夹复制到新机器后,只需使用 XCode 打开项目文件。