pschinis opened a new issue, #1344:
URL: https://github.com/apache/cordova-ios/issues/1344

   # Bug Report
   Cordova-ios 6.3.0 doesn't appear to respect icon config in config.xml when 
adding iOS as a platform. This is working as expected in 6.2.0 and 6.1.1
   
   ## Problem
   App gets built with the default cordova icon instead of the one listed in my 
config.xml
   
   ### What is expected to happen?
   The icons in my resources folder should get copied to the appropriate 
platform directory (as configured in my config file) so when I remove and 
re-add the platform the app keeps the correct icon.
   
   ### What does actually happen?
   Nothing is copied over and the default cordova icon is used for the app.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   
   
   ### Command or Code
   cordova platform rm ios
   cordova platform add [email protected]
   
   
   
   ### Environment, Platform, Device
   My relevant config looks like this:
       <platform name="ios">
           <icon height="57" src="resources/ios/icon/icon.png" width="57" />
           <icon height="114" src="resources/ios/icon/[email protected]" width="114" 
/>
           <icon height="20" src="resources/ios/icon/icon-20.png" width="20" />
           <icon height="40" src="resources/ios/icon/[email protected]" width="40" 
/>
           <icon height="60" src="resources/ios/icon/[email protected]" width="60" 
/>
           <icon height="29" src="resources/ios/icon/icon-29.png" width="29" />
           <icon height="58" src="resources/ios/icon/[email protected]" width="58" 
/>
           <icon height="87" src="resources/ios/icon/[email protected]" width="87" 
/>
           <icon height="48" src="resources/ios/icon/[email protected]" width="48" 
/>
           <icon height="55" src="resources/ios/icon/[email protected]" 
width="55" />
           <icon height="88" src="resources/ios/icon/[email protected]" width="88" 
/>
           <icon height="172" src="resources/ios/icon/[email protected]" 
width="172" />
           <icon height="196" src="resources/ios/icon/[email protected]" 
width="196" />
           <icon height="216" src="resources/ios/icon/[email protected]" 
width="216" />
           <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
           <icon height="80" src="resources/ios/icon/[email protected]" width="80" 
/>
           <icon height="120" src="resources/ios/icon/[email protected]" 
width="120" />
           <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
           <icon height="100" src="resources/ios/icon/[email protected]" 
width="100" />
           <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
           <icon height="120" src="resources/ios/icon/[email protected]" 
width="120" />
           <icon height="180" src="resources/ios/icon/[email protected]" 
width="180" />
           <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
           <icon height="144" src="resources/ios/icon/[email protected]" 
width="144" />
           <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
           <icon height="152" src="resources/ios/icon/[email protected]" 
width="152" />
           <icon height="167" src="resources/ios/icon/[email protected]" 
width="167" />
           <icon height="1024" src="resources/ios/icon/icon-1024.png" 
width="1024" />
       </platform>
   
   
   ### Version information
   Cordova 12
   Cordova-ios 6.3.0
   Mac OS Ventura 13.4
   iOS 16.5 on my personal iPhone
   Xcode 14.3.1
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to