EtienneLem commented on issue #990:
URL: https://github.com/apache/cordova-ios/issues/990#issuecomment-707972536


   I confirm that only adding the `Default@2x~iphone~anyany.png` finally solved 
the issue for us. I did have to delete + reboot iPhone in order to see a 
difference (also did **Clean Build Folder** *(Cmd + Shift + K in Xcode)* just 
in case). Not sure if relevant, but we also have a dark version of the launch 
screen.
   
   At the end we only have these assets:
   ```xml
   <splash width="2732" height="2732" 
src="www/res/splash/Default@2x~universal~anyany.png" />
   <splash width="2732" height="2732" 
src="www/res/splash/Default@2x~universal~anyany~dark.png" />
   <splash width="1334" height="1334" 
src="www/res/splash/Default@2x~iphone~anyany.png" />
   <splash width="1334" height="1334" 
src="www/res/splash/Default@2x~iphone~anyany~dark.png" />
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to