diff options
author | James Ramsay <jramsay@gitlab.com> | 2018-06-14 20:25:28 +0000 |
---|---|---|
committer | James Ramsay <jramsay@gitlab.com> | 2018-06-14 20:25:28 +0000 |
commit | fb1058b9294985bc7639dc685637af3989b2536b (patch) | |
tree | 1fa8172d62984d6d44f83cbe6cb82d4be0e6521d | |
parent | da6c3c4bcb733b235aa662a0d2cb7252053af3f7 (diff) | |
download | gitlab-ce-fb1058b9294985bc7639dc685637af3989b2536b.tar.gz |
Add Open in Xcode docs
-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..0fbfa7fedcc 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` file 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 |