Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
cordova-ios 4.5.0
-
None
-
None
Description
Hi,
The 40x40@2x.png icon (80x80) is no longer copied in cordova-ios 4.5.2.
This is a regression from version 4.5.1.
The commit that introduced the bug is this one https://github.com/apache/cordova-ios/pull/341/commits/7b7964f349276ac3f3452e2dad817dfdadca29b3
The file names in prepare.js were re-ordered but the line
{dest: 'icon-40@2x.png', width: 80, height: 80}got deleted by mistake.
Have a nice day,
Thomas