[cmake-developers] [PATCH 2/9] Xcode: Sort Xcode objects by Id

Brad King brad.king at kitware.com
Tue Apr 14 10:30:34 EDT 2015


On 04/14/2015 10:17 AM, Tim Blechmann wrote:
>> Effectively it is a UUID for our purposes.  The ordering Gregor
>> proposes is to match what Xcode writes when it generates the .pbxproj
>> file, and we can't choose that.
> 
> i see ... is it (easily) possible to lexicographically sort he
> user-visible appearance? this is something that can be changed in native
> xcode projects (by dragging)

If Xcode can save and load projects with user-specified ordering then
CMake may be able to generate things accordingly.  Try creating a project
with the IDE, saving it, copying it, and then updating the order in the
IDE and saving again.  Compare the saved project files.  Where is the
order stored?

-Brad



More information about the cmake-developers mailing list