Search code examples
xcode4

List of modified files in XCode 4


How do I get to see all the local modified files with respect to the sub-version copy as a list?

XCode 3 had a shortcut and a view to show these from where we could commit the code too: cmd+shift+v

I see no alternative to it in XCode 4. Anyone knows how?

Thanks, Raj


Solution

  • In the Project Navigator (the normal source tree view), take a look at the buttons along the bottom edge (to the left of the search filter field). The middle button turns on a filter that shows only files with source control status (uncommitted changes).