Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show project path in Xcode windows

Tags:

xcode

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

I work on multiple copies of the same project at the same time, and it's really annoying to try to remember which window is which. Currently I have to check the properties of a file in the project to figure out which one I'm working on.

like image 416
DougW Avatar asked Jun 22 '10 19:06

DougW


People also ask

How do I view Xcode files on Windows?

In case you are expecting a better answer , you can be sure that there is ABSOLUTELY NO way to open an XCode project in Windows. You can either install a virtual machine as suggested or connect remotely to your MAC.

Where is my Xcode project located?

By default projects are saved in User/Documents/xCode.

How do I open Xcode projects in Windows?

In the Choose a project pane, choose the Browse button to select an Xcode . pbxproj file. Navigate to the project file in the Select Xcode project file dialog, and then choose Open.


2 Answers

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

like image 143
Paul R Avatar answered Nov 06 '22 20:11

Paul R


As of Yosemite the closest thing to control-clicking the title bar (which is no longer possible) is to right-click the file name in the jump menu at the top of your project window in Xcode.

enter image description hereenter image description here

like image 4
ecume des jours Avatar answered Nov 06 '22 21:11

ecume des jours