blob: 6e222370d749c9504ffddee68b9ee272a0b7a5fc [file] [log] [blame]
{
"name": "xUnique",
"version": "4.1.2",
"summary": "xUnique: Merging .xcodeproj without the hassle",
"description": "xUnique is a pure Python script to regenerate project.pbxproj, a.k.a the Xcode project file, and make each identifier unique to the project, but the same on any machine.\n\nAs you may know, the UUID generated by Xcode (a.k.a rfc4122 http://www.ietf.org/rfc/rfc4122.txt) in the file is not unique for the same added file (or other entries like groups, build phases, etc.) on different machines, which makes it a developer's nightmare to merge and resolve conflicts in project.pbxproj.\n\nxUnique converts all the 96-bit UUIDs (24 alphanumeric chars) to MD5 hex digests (32 hex chars), and Xcode recognizes these MD5 digests.",
"homepage": "https://github.com/truebit/xUnique",
"license": "Apache 2.0",
"authors": {
"Wang Xiao": "wangxiao8611@gmail.com"
},
"source": {
"git": "https://github.com/truebit/xUnique.git",
"tag": "v4.1.2"
},
"platforms": {
"ios": "6.0",
"osx": "10.9",
"tvos": "9.0"
},
"preserve_paths": [
"setup.py",
"xUnique.py",
"xUnique_Run_Script.sh"
]
}