]> git.saurik.com Git - wxWidgets.git/commit
Make Xcode identifiers in generated project files be the same after each run.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 8 Sep 2010 17:11:15 +0000 (17:11 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 8 Sep 2010 17:11:15 +0000 (17:11 +0000)
commit59719014c53a3c0b5609165cedf35e711151dc8f
treea1ae96f63d61e612dba06b1b2d9dd9ec3517b569
parent5eda55f775832c1104451c490e2f7501c6f9a25c
Make Xcode identifiers in generated project files be the same after each run.

From the AppleScript that composes the Xcode projects call a Python script that bases the identifiers on an associated name instead of being random each run like Xcode does. After the Python script reopen the project again in Xcode to have the identifiers sorted (Xcode wants them to be), resulting in the project.pbxproj file being completely different inside but in the IDE the order of files still will be the same.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/osx/fix_xcode_ids.py [new file with mode: 0755]
build/osx/makeprojects.applescript