Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode, how to updates "Recent" projects

Tags:

xcode

I have a list of projects i am working on, some of which are no longer relevant. I would like to be able to remove them from the "Recents" list that shows up when Xcode starts up.

How to remove projects from "Recents" list?

Please let me know

like image 493
James Raitsev Avatar asked Jul 03 '11 17:07

James Raitsev


People also ask

Where is the project navigation pane in Xcode?

At the left and right of the project window, as you surely know, are the Navigator pane and the Inspectors pane, respectively.


2 Answers

You can clear the entire recent projects list via the "File" -> "Open Recent" -> "Clear Menu" option within the file menu. (This applies to Xcode 4.x, but there's an equivalent in Xcode 3.x in the event it's not in the same location.)

like image 90
John Parker Avatar answered Nov 15 '22 19:11

John Parker


File -> Open Recent Project -> Clear Menu

like image 22
alhcr Avatar answered Nov 15 '22 20:11

alhcr