|
Checking out an XCode project from SCM |
|
|
Once we have a repository, we can checkout a project:
- Open XCode.
- Go to SCM -> Repositories.
- Select your repository. You will see the wait animated icon on the bottom right corner of the window...so wait a bit.
- Navigate to the folder that contains your project (*.xcodeproj file).
- Hit the Checkout button.
- Select the folder on your local machine where you want to check out this folder.
- Hit the Checkout button.
- More wait animated icon...more waiting...this may take a while because it's bringing down all the files and folders.
- You will be prompted to open the project or continue. Open the project.
- Go to Project -> Edit Project Settings.
- Down at the very bottom, select the proper SCM Repository in the drop down.
- Close your Project Settings window.
- You may see your SCM folder on the left do the wait animated icon now. That icon is pretty popular.
- Select the SCM icon on the left.
- You will now see a lot more options under your SCM menu. You will also see any new or modified files in your file list when you select the SCM icon.
Get to work!
|