Remove source control for Xcode project

前端 未结 4 627
渐次进展
渐次进展 2020-12-02 20:48

I\'ve been using source control on an Xcode project for awhile, but now I don\'t want to use source control.

How do you remove source control from a project in Xcode?

4条回答
  •  死守一世寂寞
    2020-12-02 21:22

    The steps for Xcode 5 are the same as the steps for Xcode 4:

    Just remove the .git directory in the project folder. You should close the project in Xcode first to be safe.

提交回复
热议问题