Hey! I'm using CMake to generate an Xcode project with a large amount of targets. (I make audio plugins, there is a lot of plugins, and each has maybe 5 targets per project)
Everything looks great however -- the Scheme list in Xcode seems to have no correlation to the targets list which is nicely alpha sorted.
Is there a way to get the schemes list to sort alphabetically, it works to sort them my hand in the manage schemes area, but the Xcode projects gets torn down and rebuilt often so it's not feasible to do it this way.
Thanks,
Jacob