
What are the significance of the letters beside the files in the Project Navigator? (e.g M,A)
|
|
|
Those letters beside files in the Project Navigator of Xcode show the status of files that are under version control systems, such as SVN or Git. So, for instance:
P.S. You can find list of statuses (at least for SVN) here |
||||
|
|
|
Well, my project is not part of source control, yet the same icons are there. So there must be more to it. UPDATE: Bacalso Vincent is correct, I did enable GIT on creating the project. I had completely forgotten about that though. |
||||
|
|