0

just wondering what do these symbols mean in .xcassets?

enter image description here

Paul R
  • 208,748
  • 37
  • 389
  • 560
Nika Kasradze
  • 2,834
  • 3
  • 25
  • 48

2 Answers2

3

Following the order of your image, those symbols identifies respectively:

  1. Crossed circle: App icons for both iOS and watchOS;
  2. Circled L: launch images.

For your reference these are the other symbol Xcode uses:

enter image description here

  1. Circled AppStore symbol: App icons for OS X apps;
  2. Crossed circle: App icons for both iOS and watchOS;
  3. Empty square: standard asset (for any platform);
  4. File symbol: generic OS X icons.
Marco Boschi
  • 2,321
  • 1
  • 16
  • 30
0
  • Simple square: standard asset
  • Crossed square: App Icon
  • Rounded "L": Launch image
Quentin Hayot
  • 7,786
  • 6
  • 45
  • 62