Re-sort the lldb.xcodeproj project file and commit the script
authorJason Molenda <jmolenda@apple.com>
Tue, 3 Jul 2018 00:43:57 +0000 (00:43 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 3 Jul 2018 00:43:57 +0000 (00:43 +0000)
commit6021469727093e5808676524aa5b7bf44cfb3eca
tree5bf2882167b0f0092edab6c4dafb73c53911d838
parentd26ace395551cb88bba5f70a08cce6ac0c0de253
Re-sort the lldb.xcodeproj project file and commit the script
that I used to sort it to scripts/sort-pbxproj.rb.  It turns
out that Xcode will perturb the order of the file lists
every time we add a file, following its own logic, and unfortunately
we'll still end up with lots of merge conflicts when that tries
to merge to the github swift repositories.  We talked this over
and we're going to keep it in a canonical state by running this
script over it when Xcode tries to reorder it.

llvm-svn: 336158
lldb/lldb.xcodeproj/project.pbxproj
lldb/scripts/sort-pbxproj.rb [new file with mode: 0755]