How to remove icon glare in XCode 5 / iOS 7?
ios, xcode, xcode5
Solution
As the NDA has been lift, I can tell you the answer:
- go to Images.xcassets in your Xcode 5 project
- look for AppIcon
- select iPhone App iOS 5,6 57pt
- in the Inspector side bar, tick/untick the "iOS icon is pre-rendered" checkbox as you wish!
Problem
I am using XCode 5 developer preview to create an iOS 7 app. In iOS 7, the glare effect of an icon does not exist anymore. That's fine. But now, when I run an app compiled by XCode 5 on an iOS 6 device (or simulator) I see the glare effect on the icon! The usual ways of disabling glare (editing the App-Info.plist file) don't work anymore. So my question is: how can I disable the glare effect on iOS 6 in an app compiled by XCode 5? Side note: I'm using the asset library to configure all the different icon sizes.