zdm edited a comment on issue #941: URL: https://github.com/apache/cordova-ios/issues/941#issuecomment-658162992
Here is the more clear example. I created empty HelloCordova project and built it under two cordova-ios versions, 5.1.1 and 6.1.0: ``` cordova create test test cordova platform add [email protected] # or 6.1.0 cordova build ios --device ``` [HelloCordova-ios-5.1.1.zip](https://github.com/apache/cordova-ios/files/4918930/HelloCordova-ios-5.1.1.zip) [HelloCordova-ios-6.1.0.zip](https://github.com/apache/cordova-ios/files/4918931/HelloCordova-ios-6.1.0.zip) I you open ipa files as archive you can see, that ios-5.1.1 contains all required ios icons in Payload/HelloCordova.app folder (25 files) but ios-6.1.0 contains only two icons, ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
