the reflection is added by the device UNLESS you set the UIPrerenderedIcon in info.plist to true. I opened info.plist using textedit and stuck in this:
<key>UIPrerenderedIcon</key>
<true/>
right before the </dict>
Apple promises to respect this preference.
|