Since Xcode 16 sorting source code files in the navigator with ascending order by name results in:
A.hpp
A.cpp
B.hpp
B.cpp
...
Previous versions of Xcode sorted the files correctly (with respect to ascending order):
A.cpp
A.hpp
B.cpp
B.hpp
Is this a bug or is there any parameter I have to set to get the old ordering back?
0
1
387