AlexDisler / cordova-icon

Automatic icon resizing for Cordova
MIT License
689 stars 292 forks source link

0.8.0 uses wrong folder for IOS icons #80

Closed dwmkerr closed 8 years ago

dwmkerr commented 8 years ago

I've just run:

npm install cordova-icon

It looks like the icons for IOS are being written to the Resources folder, as if #55 is not included.

jeremymlane commented 8 years ago

Looks like this was broken in 5974610

BrunoCartier commented 8 years ago

It was indeed a regression. It should be solved with version 0.9.0 :)

dwmkerr commented 8 years ago

Thanks!!