i using cordova 6.1.1 , need prevent creating default launch images in xcasset of generated xcode project.
<platform name="ios"> <!-- ios 8.0+ --> ... </platform>
i removed entries in config.xml
referring launch images. cordova creates default launch images when happens.
why
because using storyboard launch images, , if have both storyboard , launch images, app @ start display both of them (one after other).
where can specify setting?
visual studio tools cordova
i using visual studio tools cordova. there setting can tune in project achieve this?