Skip to content

Instantly share code, notes, and snippets.

@anupamchugh
Created January 30, 2020 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anupamchugh/9734305b4005dcb4023732f3edde24ca to your computer and use it in GitHub Desktop.
Save anupamchugh/9734305b4005dcb4023732f3edde24ca to your computer and use it in GitHub Desktop.
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>IconCodeName</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>IconFileName</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment