You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Charles Wells (JIRA)" <ji...@apache.org> on 2016/03/20 16:09:33 UTC

[jira] [Created] (CB-10914) Icons for App Switcher and Settings shows default pg icon.

Charles Wells created CB-10914:
----------------------------------

             Summary: Icons for App Switcher and Settings shows default pg icon.
                 Key: CB-10914
                 URL: https://issues.apache.org/jira/browse/CB-10914
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 4.0.1
         Environment: CLI-6.0.0 via Phonegap Build
            Reporter: Charles Wells


This is my second Hybrid app that I have been using for a couple years and has been working fine with cli-5.2.0 and 5.4.1 using Phonegap build. I have changed the target to cli-6.0.0 and the settings icon and app switcher icon is showing the default pg icon. I am testing on an iPhone 6+ IOS 9.3 b7. Everything else works fine. I have removed all plugins and get the same result. The generated icon AppIcon29x29@3x.png in the apk is showing the default pg icon. All other icons are fine. When changing back to 5.4.1 the icons work fine. 

My IOS icon config 

<icon src="icon.png" />
<platform name="ios">
<icon src="res/icon/ios/icon-57.png" width="57" height="57" />
<icon src="res/icon/ios/AppIcon57x572x.png" width="114" height="114" />
<icon src="res/icon/ios/icon-57-2x.png" width="72" height="72" />
<icon src="res/icon/ios/AppIcon29x293x.png" width="87" height="87" />
<!-- iPhone 6 / 6+ -->
<icon src="res/icon/ios/icon-603x.png" width="180" height="180" />

<!-- iPhone / iPod Touch -->
<icon src="res/icon/ios/icon-60.png" width="60" height="60" />
<icon src="res/icon/ios/icon-602x.png" width="120" height="120" />

<!-- iPad -->
<icon src="res/icon/ios/icon-76.png" width="76" height="76" />
<icon src="res/icon/ios/icon-762x.png" width="152" height="152" />

<!-- Settings Icon -->
<icon src="res/icon/ios/icon-small.png" width="29" height="29" />
<icon src="res/icon/ios/icon-small2x.png" width="58" height="58" />

<!-- Spotlight Icon -->
<icon src="res/icon/ios/icon-40.png" width="40" height="40" />
<icon src="res/icon/ios/icon-402x.png" width="80" height="80" />
</platform>

Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org