Reputation: 875
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
Reputation: 2033
Just disable 'Source Control' in the 'Preferences'
Done!
Upvotes: 1