]> git.saurik.com Git - wxWidgets.git/blobdiff - build/osx/makeprojects.applescript
Set focus to generic wxDataViewCtrl when clicking with any mouse button, not just...
[wxWidgets.git] / build / osx / makeprojects.applescript
index 98162bafa1881c32bf23ecc1fc7fd4a7131a9eb5..fc1c2972ea8fc798a97a59da54ff59a7fb23b6a0 100644 (file)
@@ -184,6 +184,14 @@ on populateProject(theProject)
        tell application "Xcode"
                quit
        end tell
        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)
 end populateProject
 
 on makeProject(theProject)