Merging Xcode project files

前端 未结 5 1346
故里飘歌
故里飘歌 2020-12-13 00:27

There are often conflicts in the Xcode project file (Project.xcodeproj/project.pbxproj) when merging branches (I\'m using git). Sometimes it\'s easy, but at times I end up w

5条回答
  •  感情败类
    2020-12-13 00:52

    You might want to try https://github.com/simonwagner/mergepbx/

    It is a script that will help you to merge Xcode project files correctly. Note that it is still alpha.

    Disclaimer: I am the author of mergepbx.

提交回复
热议问题