[Lldb-commits] [lldb] r336158 - Re-sort the lldb.xcodeproj project file and commit the script

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 2 17:43:57 PDT 2018


Author: jmolenda
Date: Mon Jul  2 17:43:57 2018
New Revision: 336158

URL: http://llvm.org/viewvc/llvm-project?rev=336158&view=rev
Log:
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.

Added:
    lldb/trunk/scripts/sort-pbxproj.rb   (with props)
Modified:
    lldb/trunk/lldb.xcodeproj/project.pbxproj



More information about the lldb-commits mailing list