Skip to content

Commit c729c7c

Browse files
committed
Remove iOS specific code
[skip ci]
1 parent 53cd0fe commit c729c7c

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

src/config.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,4 @@
3939
<splash src="assets/resources/$APP/android/splash/splash-land-hdpi.png" density="land-hdpi"/>
4040
<splash src="assets/resources/$APP/android/splash/splash-land-xhdpi.png" density="land-xhdpi"/>
4141
</platform>
42-
<platform name="ios">
43-
<icon src="assets/resources/$APP/ios/icon/icon-40.png" width="40" height="40"/>
44-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="80" height="80"/>
45-
<icon src="assets/resources/$APP/ios/icon/icon-50.png" width="50" height="50"/>
46-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="100" height="100"/>
47-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="120" height="120"/>
48-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="180" height="180"/>
49-
<icon src="assets/resources/$APP/ios/icon/icon-72.png" width="72" height="72"/>
50-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="144" height="144"/>
51-
<icon src="assets/resources/$APP/ios/icon/icon-76.png" width="76" height="76"/>
52-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="152" height="152"/>
53-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="167" height="167"/>
54-
<icon src="assets/resources/$APP/ios/icon/icon-small.png" width="29" height="29"/>
55-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="58" height="58"/>
56-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="87" height="87"/>
57-
<icon src="assets/resources/$APP/ios/icon/icon.png" width="57" height="57"/>
58-
<icon src="assets/resources/$APP/ios/icon/[email protected]" width="114" height="114"/>
59-
<splash src="assets/resources/$APP/ios/splash/Default-568h@2x~iphone.png" width="640" height="1136"/>
60-
<splash src="assets/resources/$APP/ios/splash/Default-667h.png" width="750" height="1334"/>
61-
<splash src="assets/resources/$APP/ios/splash/Default-736h.png" width="1242" height="2208"/>
62-
<splash src="assets/resources/$APP/ios/splash/Default-Landscape-736h.png" width="2208" height="1242"/>
63-
<splash src="assets/resources/$APP/ios/splash/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
64-
<splash src="assets/resources/$APP/ios/splash/Default-Landscape~ipad.png" width="1024" height="768"/>
65-
<splash src="assets/resources/$APP/ios/splash/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
66-
<splash src="assets/resources/$APP/ios/splash/Default-Portrait~ipad.png" width="768" height="1024"/>
67-
<splash src="assets/resources/$APP/ios/splash/Default@2x~iphone.png" width="640" height="960"/>
68-
<splash src="assets/resources/$APP/ios/splash/Default~iphone.png" width="320" height="480"/>
69-
</platform>
7042
</widget>

0 commit comments

Comments
 (0)