just wondering what do these symbols mean in .xcassets?
Asked
Active
Viewed 201 times
2 Answers
3
Following the order of your image, those symbols identifies respectively:
- Crossed circle: App icons for both iOS and watchOS;
- Circled L: launch images.
For your reference these are the other symbol Xcode uses:
- Circled AppStore symbol: App icons for OS X apps;
- Crossed circle: App icons for both iOS and watchOS;
- Empty square: standard asset (for any platform);
- File symbol: generic OS X icons.

Marco Boschi
- 2,321
- 1
- 16
- 30
-
Thanks, way better than my answer :) – Quentin Hayot Oct 12 '15 at 11:44
0
- Simple square: standard asset
- Crossed square: App Icon
- Rounded "L": Launch image

Quentin Hayot
- 7,786
- 6
- 45
- 62