]> git.saurik.com Git - wxWidgets.git/commit
Make Xcode identifier consecutive when there is a collision.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 15 Sep 2010 11:29:07 +0000 (11:29 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 15 Sep 2010 11:29:07 +0000 (11:29 +0000)
commit7f71d431eed8582145bba42885299014667feaee
tree6ff5ba45f9df878171a0fd08118a39c91f3d7080
parentdc2b49b3d19b9b759fd9c8d7b118c00933f369a8
Make Xcode identifier consecutive when there is a collision.

Making them consecutive groups source files that are repeated next to each other in the project file like Xcode does, instead of creating a complete new random identifier which resulted in creating a distance between the source files after they were sorted.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/osx/fix_xcode_ids.py