Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to keep icons from becoming glossy with Xcode 5 and iOS7?

After switching to Xcode 5 and using asset bundles for my app icons, installing the app on an iOS6 device results in an icon with Apple's stock gloss overlaid, even though I have specified in my plist that the icon already includes gloss.

like image 509
GoldenJoe Avatar asked Mar 23 '23 07:03

GoldenJoe


1 Answers

This option is now moved to the asset bundle:

New place

Look at the option on the right: "iOS icon is pre-rendered". Took me some time to figure this one out.

like image 134
nikolovski Avatar answered Apr 25 '23 16:04

nikolovski