Skip to content

Instantly share code, notes, and snippets.

@xiangyuan
Created December 26, 2012 01:34
Show Gist options
  • Select an option

  • Save xiangyuan/4377039 to your computer and use it in GitHub Desktop.

Select an option

Save xiangyuan/4377039 to your computer and use it in GitHub Desktop.
apple app icon glossy effects enable
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>myIcon.png</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
设置UIPrerenderedIcon为true就可以办到。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment