Should I git ignore xcodeproject/project.pbxproj file?

后端 未结 7 1752
广开言路
广开言路 2020-12-04 11:11

in a XCode project, I offen got xcodeproject/project.pbxproj file changed, but useless info for me, it for compile.

Should I git ignore this file and xcodeproject/pr

相关标签:
7条回答
  • 2020-12-04 12:06

    That is the only file that you want in your repos from the xcodeproj bundle. That file holds all of the info for targets files and build settings.

    0 讨论(0)
提交回复
热议问题