Where can one find an exhaustive list of all of the global symbol icons used in Xcode? (i.e., for class, method, property, model, configuration, etc.) I have not seen them in the Xcode user guide, but perhaps I'm looking in the wrong place.
Examples:
- blue "M" = method
- red "M" = model
- purple "C" = class
- green "C" = configuration
- blue "E" = entity
- blue "P" = property
NOTE: I'm specifically trying to figure out what the red "O" is in a Core Data entity relationship (Instead of a red "M"), but figured it'd be nice to see them all clearly defined somewhere.