davidpadych commented on issue #990: URL: https://github.com/apache/cordova-ios/issues/990#issuecomment-707157883
Guys I have it ... :-) It already works ... all dimensions need to be prepared ... don't ask me why, but it is so! ``` <splash src="resources/ios/splash/Default@2x~universal~anyany.png" /> <splash src="resources/ios/splash/Default@2x~universal~comany.png" /> <splash src="resources/ios/splash/Default@2x~universal~comcom.png" /> <splash src="resources/ios/splash/Default@3x~universal~anyany.png" /> <splash src="resources/ios/splash/Default@3x~universal~anycom.png" /> <splash src="resources/ios/splash/Default@3x~universal~comany.png" /> <splash src="resources/ios/splash/Default@2x~iphone~anyany.png" /> <splash src="resources/ios/splash/Default@2x~iphone~comany.png" /> <splash src="resources/ios/splash/Default@2x~iphone~comcom.png" /> <splash src="resources/ios/splash/Default@3x~iphone~anyany.png" /> <splash src="resources/ios/splash/Default@3x~iphone~anycom.png" /> <splash src="resources/ios/splash/Default@3x~iphone~comany.png" /> <splash src="resources/ios/splash/Default@2x~ipad~anyany.png" /> <splash src="resources/ios/splash/Default@2x~ipad~comany.png" /> ``` and run: `ionic cordova build ios` Make sure cordova added it to Images.xcassets ... **Do not change anything in info.plist** ... leave Launch screen interface file base name: CDVLaunchScreen ---------------------------------------------------------------- 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]
