]> git.saurik.com Git - wxWidgets.git/commit
Fix possible errors introduced while generating Xcode project.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 15 Sep 2010 22:13:40 +0000 (22:13 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 15 Sep 2010 22:13:40 +0000 (22:13 +0000)
commit09a8cab77be1c41f85e22035a26b91547c3e9033
tree96f2d8cfaeadf96ae2d97cad41f63968fe0740f3
parent7d4cb1eff58fc318e095f14bab340c387b856769
Fix possible errors introduced while generating Xcode project.

Under some unknown circumstances two added source files are concatenated into one faulty entry in an Xcode project (this probably occurs either at the Xcode or XMLTools2 level). Try to detect these errors in the Python script and fix them by patching up the project.pbxproj file.

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