Remove git from project in Xcode 4

git, xcode

Solution

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

Problem

I just created a new project in Xcode 4 and I guess I left the "Create local git repository for this project" box checked. Now, I would like to remove this version control since I want to run the project with svn only. Is this possible or do I have to create a new project from scratch?

Original source