Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Symbols meaning aside class name in xcode

I am using Xcode 4.2 in which I have created various classes which shows various symbols like ?, A, M with the name of the classes. Project is running absolutely fine. Still I'm curious to know the meaning of these symbols. Whether the classes with question mark symbol will create error or warning in future?

like image 770
Baby Groot Avatar asked Oct 13 '11 13:10

Baby Groot


1 Answers

After lots of searching I have got the answer at this link under "Keep Track of Your Files’ SCM Status" section.

M = Locally modified

U = Updated in repository

A = Locally added

D = Locally deleted

I = Ignored

R = Replaced in the repository

– = The contents of the folder have mixed status; display the contents to see individual status

? = Not under source control
like image 124
Baby Groot Avatar answered Nov 02 '22 21:11

Baby Groot