Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off icon gloss effect in Xcode 5

Tags:

I'm making app and I'm try to turn off icon gloss effect. Earlier in Xcode 4 it was able to turn off icon gloss effect by turn on "Prerenderred" checkbox. Now when i want to use Assets catalog i have to edit .plist file. And i did it. I add key Icon already includes gloss effects and set to YES but effect is still on icon. How to disable this effect correctly in new Xcode?

Thank you in advance.

like image 939
Tomasz Szulc Avatar asked Aug 12 '13 12:08

Tomasz Szulc


1 Answers

The answer is pretty simple when you use .xcassets (Assets). What you have to do is to select your AppIcon collection and on the right pane (Inspector) select Pre-rendered icon. and that's it.

like image 111
Tomasz Szulc Avatar answered Nov 02 '22 06:11

Tomasz Szulc