I use git to manage my ios project, and as we know git would generate a .git folder under the project, I want to know when I upload the app to app store using Xcode, should I remove .git folder first ? Or would .git folder be archived into app when upload?
Share
The
.gitfolder is not included in your app archive. You should not remove it.