Skip to content

Commit 4ac6172

Browse files
committed
Use storyboard splash screen
1 parent d3fb956 commit 4ac6172

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

config.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<param name="ios-package" value="CDVLocalStorage"/>
4242
</feature>
4343
<platform name="ios">
44+
<splash src="/res/ios/screen/Default@2x~universal~anyany.png"/>
4445
<icon src="/res/ios/icon/icon.png" width="57" height="57"/>
4546
<icon src="/res/ios/icon/[email protected]" width="114" height="114"/>
4647
<icon src="/res/ios/icon/icon-72.png" width="72" height="72"/>
@@ -59,16 +60,6 @@
5960
<icon src="/res/ios/icon/[email protected]" width="87" height="87"/>
6061
<icon src="/res/ios/icon/icon-83.5@2x~ipad.png" width="167" height="167"/>
6162
<icon src="/res/ios/icon/icon-1024.png" width="1024" height="1024"/>
62-
<splash src="/res/ios/screen/Default~iphone.png" width="320" height="480"/>
63-
<splash src="/res/ios/screen/Default@2x~iphone.png" width="640" height="960"/>
64-
<splash src="/res/ios/screen/Default-568h@2x~iphone.png" width="640" height="1136"/>
65-
<splash src="/res/ios/screen/Default-667h.png" width="750" height="1334"/>
66-
<splash src="/res/ios/screen/Default-736h.png" width="1242" height="2208"/>
67-
<splash src="/res/ios/screen/Default-Landscape-736h.png" width="2208" height="1242"/>
68-
<splash src="/res/ios/screen/Default-Portrait~ipad.png" width="768" height="1024"/>
69-
<splash src="/res/ios/screen/Default-Landscape~ipad.png" width="1024" height="768"/>
70-
<splash src="/res/ios/screen/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
71-
<splash src="/res/ios/screen/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
7263
<config-file platform="ios" parent="CFBundleLocalizations" target="*-Info.plist">
7364
<array>
7465
<string>en</string>
48.2 KB
Loading

0 commit comments

Comments
 (0)