xcode4 - How do you sort the source tree in project navigator in Xcode 4? -


In Xcode 3, it was relatively easy to sort the source tree by name (see answer for more details). However, I have not figured out how to sort files and groups in Xcode 4 without dragging them manually.

There is no way for Project Navigator in addition to drag and drop, possibly because it will be very easy to wipe out your careful organization.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -