Last active
October 16, 2019 15:08
-
-
Save anzfactory/57bb44b403187a53c7ae5607c043f039 to your computer and use it in GitHub Desktop.
Alternate Icons - iPhone, iPad, iPad Pro(3rd)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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