Skip to content

Commit 480ee9c

Browse files
Update icons
Nightly builds are failing because of missing 167x167 icon. IPA is not delivered to testflight because of that. New icons have been generated with: https://pgicons.abiro.com/
1 parent 48503a4 commit 480ee9c

21 files changed

+20
-28
lines changed

cordova/config.xml

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -31,33 +31,25 @@
3131

3232
<plugin name="cordova-plugin-wkwebview-engine" spec="~1.2.1" />
3333

34-
<!-- App Store -->
35-
<icon src="res/ios/planet-1024.png" width="1024" height="1024" />
36-
<!-- iOS 8.0+ -->
37-
<!-- iPhone 6 Plus -->
38-
<icon src="res/ios/planet-60@3x.png" width="180" height="180" />
39-
<!-- iOS 7.0+ -->
40-
<!-- iPhone / iPod Touch -->
41-
<icon src="res/ios/planet-60.png" width="60" height="60" />
42-
<icon src="res/ios/planet-60@2x.png" width="120" height="120" />
43-
<!-- iPad -->
44-
<icon src="res/ios/planet-76.png" width="76" height="76" />
45-
<icon src="res/ios/planet-76@2x.png" width="152" height="152" />
46-
<!-- iOS 6.1 -->
47-
<!-- Spotlight Icon -->
48-
<icon src="res/ios/planet-40.png" width="40" height="40" />
49-
<icon src="res/ios/planet-40@2x.png" width="80" height="80" />
50-
<!-- iPhone / iPod Touch -->
51-
<icon src="res/ios/planet.png" width="57" height="57" />
52-
<icon src="res/ios/planet@2x.png" width="114" height="114" />
53-
<!-- iPad -->
54-
<icon src="res/ios/planet-72.png" width="72" height="72" />
55-
<icon src="res/ios/planet-72@2x.png" width="144" height="144" />
56-
<!-- iPhone Spotlight and Settings Icon -->
57-
<icon src="res/ios/planet-small.png" width="29" height="29" />
58-
<icon src="res/ios/planet-small@2x.png" width="58" height="58" />
59-
<!-- iPad Spotlight and Settings Icon -->
60-
<icon src="res/ios/planet-50.png" width="50" height="50" />
61-
<icon src="res/ios/planet-50@2x.png" width="100" height="100" />
34+
<icon src="res/ios/planet-1024.png" width="1024" height="1024"/>
35+
<icon src="res/ios/planet-small.png" width="29" height="29"/>
36+
<icon src="res/ios/planet-small@2x.png" width="58" height="58"/>
37+
<icon src="res/ios/planet-small@3x.png" width="87" height="87"/>
38+
<icon src="res/ios/planet-small-40.png" width="40" height="40"/>
39+
<icon src="res/ios/planet-small-40@2x.png" width="80" height="80"/>
40+
<icon src="res/ios/planet-small-40@3x.png" width="120" height="120"/>
41+
<icon src="res/ios/planet-small-50.png" width="50" height="50"/>
42+
<icon src="res/ios/planet-small-50@2x.png" width="100" height="100"/>
43+
<icon src="res/ios/planet.png" width="57" height="57"/>
44+
<icon src="res/ios/planet@2x.png" width="114" height="114"/>
45+
<icon src="res/ios/planet-60.png" width="60" height="60"/>
46+
<icon src="res/ios/planet-60@2x.png" width="120" height="120"/>
47+
<icon src="res/ios/planet-60@3x.png" width="180" height="180"/>
48+
<icon src="res/ios/planet-72.png" width="72" height="72"/>
49+
<icon src="res/ios/planet-72@2x.png" width="144" height="144"/>
50+
<icon src="res/ios/planet-76.png" width="76" height="76"/>
51+
<icon src="res/ios/planet-76@2x.png" width="152" height="152"/>
52+
<icon src="res/ios/planet-167.png" width="167" height="167"/>
53+
<icon src="res/ios/planet-83.5@2x.png" width="167" height="167"/>
6254
</platform>
6355
</widget>

cordova/res/ios/planet-1024.png

122 KB
Loading

cordova/res/ios/planet-167.png

40.4 KB
Loading

cordova/res/ios/planet-60.png

568 Bytes
Loading

cordova/res/ios/planet-60@2x.png

1.73 KB
Loading

cordova/res/ios/planet-60@3x.png

1.57 KB
Loading

cordova/res/ios/planet-72.png

-3.44 KB
Loading

cordova/res/ios/planet-72@2x.png

-567 Bytes
Loading

cordova/res/ios/planet-76.png

-3.32 KB
Loading

cordova/res/ios/planet-76@2x.png

-468 Bytes
Loading

0 commit comments

Comments
 (0)