Skip to content

GitLab Next

    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Menu
    Projects Groups Snippets
  • Get a free trial
  • Sign up
  • Login
  • Sign in / Register
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 is launching on May 22! This version brings many exciting improvements, but also removes deprecated features and introduces breaking changes that may impact your workflow. To see what is being deprecated and removed, please visit Breaking changes in 15.0 and Deprecations.

  • GitLab.org
  • GitLab FOSSGitLab FOSS
  • Issues
  • #45820
Project 'gitlab-org/gitlab-ce' was moved to 'gitlab-org/gitlab-foss'. Please update any links and bookmarks that may still have the old path.
Closed
Open
Created Apr 27, 2018 by Eliran Mesika@eliran.mesikaDeveloper

Add Xcode Button in UI

Xcode is building an integration to GitLab, that will offer parity with their existing GitHub integration. We hope to that in a future stage we can collaborate on a more comprehensive integration.

Proposal

Add a button that uses the Xcode URL schema to clone the project in Xcode.

The format of the URL scheme is as follows:

xcode://clone?repo=URLEncodedRepositoryURL => Example: xcode://clone?repo=https%3A%2F%gitlab.com%2Fexample%2Ffoo

The logic used for displaying the button should be:

  1. Does the repository they are viewing contain a “.xcodeproj” or “.xcworkspace” file at the top-level
  2. Does the browser user agent report the operating system as MacOS

Design

  • Xcode button should only be visible where the current clone action is
  • Do not show on mobile
  • Button copy Open in Xcode

image

Links / references

Edited Jun 08, 2018 by James Ramsay (ex-GitLab)
Assignee
Assign to
Time tracking