Add new alternate icons

This commit is contained in:
Thomas Ricouard 2022-12-27 22:01:40 +01:00
parent aef4d86853
commit 1b53180faf
17 changed files with 148 additions and 0 deletions

View file

@ -11,6 +11,10 @@ struct IconSelectorView: View {
case alternate2 = "AppIconAlternate2"
case alternate3 = "AppIconAlternate3"
case alternate4 = "AppIconAlternate4"
case alternate5 = "AppIconAlternate5"
case alternate6 = "AppIconAlternate6"
case alternate7 = "AppIconAlternate7"
case alternate8 = "AppIconAlternate8"
var iconName: String {
switch self {
@ -19,6 +23,10 @@ struct IconSelectorView: View {
case .alternate2: return "icon2"
case .alternate3: return "icon3"
case .alternate4: return "icon4"
case .alternate5: return "icon5"
case .alternate6: return "icon6"
case .alternate7: return "icon7"
case .alternate8: return "icon8"
}
}
}

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "Icon8.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "icon5.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View file

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "icon6.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "icon7.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB