Show project path in Xcode windows

Is there a way to set preference in Xcode to show the full project path in the title bar or in the status bar?

I am working on several copies of the same project at the same time, and it is very unpleasant for me to try to remember which window. Currently, I have to check the properties of the file in the project to find out which one I'm working on.

+6
source share
3 answers

As with most Mac OS X windows, Command-click in the title bar will show you the path.

+4
source

Yosemite, ( ) - Xcode.

enter image description hereenter image description here

+2

I am working on several copies of the same project at the same time, and it is really annoying, trying to remember which window is which.

I have the same problem, I use file inspector to see the full path

enter image description here

0
source

All Articles