add logo files in different sizes, update filenames in Contents.json

This commit is contained in:
Simon Kellner 2020-04-21 16:24:01 +02:00
parent 63e0336413
commit f2be3a955b
9 changed files with 41 additions and 1 deletions

View File

@ -48,6 +48,7 @@
{
"idiom" : "ipad",
"size" : "20x20",
"filename" : "logo_40.png",
"scale" : "2x"
},
{
@ -58,6 +59,7 @@
{
"idiom" : "ipad",
"size" : "29x29",
"filename" : "logo_58.png",
"scale" : "2x"
},
{
@ -68,6 +70,7 @@
{
"idiom" : "ipad",
"size" : "40x40",
"filename" : "logo_80.png",
"scale" : "2x"
},
{
@ -78,16 +81,19 @@
{
"idiom" : "ipad",
"size" : "76x76",
"filename" : "logo_152.png",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"filename" : "logo_167.png",
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"filename" : "logo.png",
"scale" : "1x"
}
],

View File

@ -0,0 +1,23 @@
The different image sizes are used for:
App Store: logo.png
iPad Pro - App Icon: logo_167.png
iPad, iPad Mini - App Icon: logo_152.png
iPad (all) - Spotlight: logo_80.png
iPad (all) - Settings: logo_58.png
iPad (all) - Notifications: logo_40.png
Color Codes:
Coin:
Main: #ae841a
Edges: #daa520 (goldenrod)
Background flow:
From: #a9003c
To: #2f0011
The logo.svg file is a vectorized version of the coin without the background.

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

View File

@ -0,0 +1,11 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="1024px" height="1024px" viewBox="0 0 10240 10240" preserveAspectRatio="xMidYMid meet">
<g id="layer101" fill="#ae841a" stroke="none">
<path d="M4865 8994 c-610 -49 -1168 -217 -1661 -500 -538 -308 -994 -736 -1327 -1245 -346 -528 -544 -1082 -619 -1734 -17 -144 -17 -646 0 -790 54 -470 170 -881 362 -1283 260 -544 672 -1048 1157 -1415 569 -430 1224 -689 1948 -769 158 -17 632 -17 790 0 1186 131 2214 760 2859 1749 336 517 538 1086 608 1718 17 158 17 632 0 790 -70 631 -271 1200 -608 1718 -153 234 -280 392 -484 601 -619 635 -1428 1033 -2320 1141 -129 16 -590 28 -705 19z m1000 -3134 l740 -740 -743 -743 -742 -742 -742 742 -743 743 740 740 c407 407 742 740 745 740 3 0 338 -333 745 -740z"/>
</g>
<g id="layer102" fill="#daa520" stroke="none">
<path d="M4900 8989 c-942 -50 -1846 -455 -2520 -1129 -631 -631 -1018 -1443 -1116 -2342 -20 -184 -23 -578 -5 -753 79 -785 360 -1477 846 -2081 532 -663 1294 -1143 2125 -1338 298 -70 553 -98 890 -98 605 0 1135 118 1668 373 524 250 997 624 1352 1068 411 515 678 1100 795 1743 80 439 79 939 -1 1376 -305 1669 -1644 2941 -3322 3157 -121 16 -436 36 -522 33 -25 0 -110 -4 -190 -9z m616 -673 c1065 -138 1972 -771 2465 -1721 180 -345 290 -711 341 -1125 17 -136 17 -564 0 -700 -73 -593 -280 -1118 -622 -1575 -528 -705 -1298 -1153 -2188 -1272 -177 -24 -607 -24 -784 0 -890 119 -1660 567 -2188 1272 -342 457 -549 982 -622 1575 -17 136 -17 564 0 700 85 693 352 1290 807 1801 517 581 1276 971 2040 1048 61 6 126 13 145 15 78 9 493 -4 606 -18z"/>
<path d="M3907 6342 l-1217 -1217 1218 -1218 1217 -1217 1218 1218 1217 1217 -1218 1218 -1217 1217 -1218 -1218z m1958 -482 l740 -740 -743 -743 -742 -742 -742 742 -743 743 740 740 c407 407 742 740 745 740 3 0 338 -333 745 -740z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB