X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5eda55f775832c1104451c490e2f7501c6f9a25c..59719014c53a3c0b5609165cedf35e711151dc8f:/build/osx/makeprojects.applescript diff --git a/build/osx/makeprojects.applescript b/build/osx/makeprojects.applescript index 98162bafa1..fc1c2972ea 100644 --- a/build/osx/makeprojects.applescript +++ b/build/osx/makeprojects.applescript @@ -184,6 +184,14 @@ on populateProject(theProject) tell application "Xcode" quit end tell + do shell script (osxBuildFolder as text) & "fix_xcode_ids.py \"" & (POSIX path of projectFile as Unicode text) & "\"" + -- reopen again to let Xcode sort identifiers + tell application "Xcode" + open projectFile + end tell + tell application "Xcode" + quit + end tell end populateProject on makeProject(theProject)