Skip to content

Instantly share code, notes, and snippets.

@tugcearar
Created August 31, 2018 16:29
Show Gist options
  • Save tugcearar/2e2536a5f20557454eb18e663f8d1f47 to your computer and use it in GitHub Desktop.
Save tugcearar/2e2536a5f20557454eb18e663f8d1f47 to your computer and use it in GitHub Desktop.
<dict>
<key>CFBundleIcons</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>apple</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>apple</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>orange</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>orange</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Icon60</string>
</array>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment