Creating iOS splash screens with Visual Studio Tools for Apache Cordova

When you create a Cordova project with Visual Studio Tools for Apache Cordova it generates a set of splash screens for all supported iOS (both iPhone and iPad) resolutions. These are found under res\screens\ios. There are two things to notice here: First, the names in Visual Studio are like screen-iphone-portrait.png or screen-ipad-portrait.png and in XCode…