Adds remaining alternate app icons

This commit is contained in:
Riley Testut
2024-02-21 14:29:26 -06:00
committed by Magesh K
parent 1f83ea00d3
commit fd402f924f
67 changed files with 304 additions and 11 deletions

View File

@@ -12,33 +12,114 @@
</dict>
<dict>
<key>name</key>
<string>AltBlue</string>
<string>Evil AltStore</string>
<key>imageName</key>
<string>BlueIcon</string>
<string>Evil</string>
</dict>
<dict>
<key>name</key>
<string>Evil AltStore</string>
<string>Sun</string>
<key>imageName</key>
<string>EvilIcon</string>
<string>Sun</string>
</dict>
<dict>
<key>name</key>
<string>Ocean</string>
<key>imageName</key>
<string>Ocean</string>
</dict>
<dict>
<key>name</key>
<string>Delta</string>
<key>imageName</key>
<string>Delta</string>
</dict>
<dict>
<key>name</key>
<string>Clip</string>
<key>imageName</key>
<string>Clip</string>
</dict>
</array>
<key>inset</key>
<key>gradient</key>
<array>
<dict>
<key>name</key>
<string>EU - Inset</string>
<string>Beach</string>
<key>imageName</key>
<string>EUInsetIcon</string>
<string>Beach</string>
</dict>
<dict>
<key>name</key>
<string>Cotton Candy</string>
<key>imageName</key>
<string>Cotton Candy</string>
</dict>
<dict>
<key>name</key>
<string>Sky</string>
<key>imageName</key>
<string>Sky</string>
</dict>
<dict>
<key>name</key>
<string>Sunset</string>
<key>imageName</key>
<string>Sunset</string>
</dict>
<dict>
<key>name</key>
<string>Watermelon</string>
<key>imageName</key>
<string>Watermelon</string>
</dict>
</array>
<key>recessed</key>
<array>
<dict>
<key>name</key>
<string>EU</string>
<key>imageName</key>
<string>EU</string>
</dict>
<dict>
<key>name</key>
<string>Inverted</string>
<key>imageName</key>
<string>Inverted</string>
</dict>
<dict>
<key>name</key>
<string>Lava</string>
<key>imageName</key>
<string>Lava</string>
</dict>
</array>
<key>classic</key>
<array>
<dict>
<key>name</key>
<string>Classic</string>
<string>Original</string>
<key>imageName</key>
<string>ClassicIcon</string>
<string>Original</string>
</dict>
<dict>
<key>name</key>
<string>Flag</string>
<key>imageName</key>
<string>Flag</string>
</dict>
<dict>
<key>name</key>
<string>Prototype</string>
<key>imageName</key>
<string>Prototype</string>
</dict>
<dict>
<key>name</key>
<string>Prototype (Inverted)</string>
<key>imageName</key>
<string>Prototype Inverted</string>
</dict>
</array>
</dict>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 846 KiB

After

Width:  |  Height:  |  Size: 846 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 705 KiB

After

Width:  |  Height:  |  Size: 705 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "FLAG.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "PROTO_INVERT.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "PROTOTYPE.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "BEACH.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "COTTON CANDY.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "SKY.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "SUNSET.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "WATERMELON.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "CLIP.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "DELTA.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "SUN.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

View File

@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "INVERTED.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "LAVA.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB