What are Cordova/Phonegap splashes in www/res/screen/ios for?
cordova, ios, splash-screen
Solution
The files in What is the one in `www/res/` are not being used in the iOS project.
You can remove them if you wish.
It looks like they might be use in the future to update the ones that are located in ProjectName/Resources/ with some sort of script.
Problem
Cordova keeps two sets of splash images, one in ProjectName/Resources/splash and the other one in www/res/screen/ios. Why is that and why not use the same set for everything? What is the one in www/res/screen/ios for?