In Xcode, what\'s the best way to avoid Git conflict in the project file? (I am in manual git, not using Xcode interface for git)
I\'ve cloned mapbox-ios-sdk from Github
You should check my script xUnique, it is now the best solution to merge Xcode project file before Apple takes action on it.
project.pbxproj to JSON formatobjects in JSON and give every UUID an absolute path, and create a new UUID using MD5 hex digest of the path
children, files, PBXFileReference and PBXBuildFile list and remove all duplicated entries in these lists
sort_pbxproj method in xUnique.py if you want to know the implementation;PBXFileReference and PBXBuildFile Check README file for more details.