rockZ
rockZ

Reputation: 875

Xcode 7 - Remove source control from project

In order to clean up my git repositories I need to remove the source control from some of my projects.

How can I remove the source control from a project in Xcode 7

I tried the steps on this thread but there is no .xccheckout file to delete.

xcode remove repository from project

Upvotes: 3

Views: 4586

Answers (1)

LaborEtArs
LaborEtArs

Reputation: 2033

Just disable 'Source Control' in the 'Preferences'

  • Open Preferences: Menu 'Xcode/Preferences...'
  • In the 'Preferences' dialog select the 'Source Control' pane
  • Deselect "Enable Source Control"

Done!

Upvotes: 1

Related Questions