Post

Replies

Boosts

Views

Activity

Comment on Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
My dict is: <key>CFBundleIcons~ipad</key> <dict> <key>CFBundleAlternateIcons</key> <dict> <key>AppIcon1</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon1-ipad</string> <string>AppIcon1-ipad-pro</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> <key>AppIcon2</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon2-ipad</string> <string>AppIcon2-ipad-pro</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> </dict> <key>CFBundlePrimaryIcon</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> </dict>
Sep ’21