Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are Cordova/Phonegap splashes in www/res/screen/ios for?

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?

like image 461
tkit Avatar asked Dec 18 '12 10:12

tkit


1 Answers

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.

like image 200
csantanapr Avatar answered Oct 07 '22 03:10

csantanapr