diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-06-19 09:14:12 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-06-19 09:14:12 +0000 |
commit | 0bf6279c09a8ae8ae099aa436adf04782cc1d0f9 (patch) | |
tree | 51037b0e920a86b167f499f1db5ff1043a992dfc /doc | |
parent | 0fcb6d3347d2976820c27254762d4d70f6836413 (diff) | |
parent | 3752fe14ef6ce230acd8acf5741104c7dab7eacc (diff) | |
download | gitlab-ce-0bf6279c09a8ae8ae099aa436adf04782cc1d0f9.tar.gz |
Merge branch 'jr-45820-xcode-docs' into 'master'
Add Open in Xcode docs
See merge request gitlab-org/gitlab-ce!19872
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/repository/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md index 376f4e3cbe4..bda293bd00e 100644 --- a/doc/user/project/repository/index.md +++ b/doc/user/project/repository/index.md @@ -176,4 +176,12 @@ Lock your files to prevent any conflicting changes. You can access your repos via [repository API](../../../api/repositories.md). +## Clone in Apple Xcode + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/45820) in GitLab 11.0 + +Projects that contain a `.xcodeproj` or `.xcworkspace` directory can now be cloned +in Xcode using the new **Open in Xcode** button, located next to the Git URL +used for cloning your project. The button is only shown on macOS. + [jupyter]: https://jupyter.org |