dwmkerr / app-icon

Icon management for Mobile Apps. Create icons, generate all required sizes, label and annotate. Supports Native, Cordova, React Native, Xamarin and more. Inspired by cordova-icon.
MIT License
564 stars 56 forks source link

Delete old cordova iOS icons #53

Open MajorBreakfast opened 6 years ago

MajorBreakfast commented 6 years ago

I'm using this tool to generate my iOS icons. I looked into the AppIcon.appiconset/ directory and I see that the default cordova icon files are still in the folder after running the tool. It would be best if those files were removed, because they're no longer needed.

BTW Thanks for creating this tool!

dwmkerr commented 6 years ago

Thanks for the note! Yes it would make sense to clean them up, but perhaps only when a flag is set, to avoid people inadvertently losing anything. Will look into this for the next release.

MajorBreakfast commented 6 years ago

A flag is not necessarily needed. Here're two ideas:

dwmkerr commented 6 years ago

Nice ideas, will check them both out and see what I can do!