Skip to content

Instantly share code, notes, and snippets.

@anzfactory
Last active October 16, 2019 15:08
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 anzfactory/57bb44b403187a53c7ae5607c043f039 to your computer and use it in GitHub Desktop.
Save anzfactory/57bb44b403187a53c7ae5607c043f039 to your computer and use it in GitHub Desktop.
Alternate Icons - iPhone, iPad, iPad Pro(3rd)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIcons</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>icon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>wataten_icon</string>
</array>
</dict>
</dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string></string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>CFBundleAlternateIcons~ipad</key>
<dict>
<key>icon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>wataten_icon_ipad</string>
<string>wataten_icon_ipadpro</string>
</array>
</dict>
</dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string></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