Skip to content

Commit 9bf243c

Browse files
authored
Update app icons (#31)
* Update app icons * Update tvOS app icons * Update app icon resource file * Update README.md * Update resource link * Update accent color * Update Resources/ Forumate-Icon.md --------- Co-authored-by: Kyle <[email protected]>
1 parent 6b57287 commit 9bf243c

File tree

60 files changed

+133
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+133
-36
lines changed

Forumate/Other/Assets.xcassets/AccentColor.colorset/Contents.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"color-space" : "display-p3",
66
"components" : {
77
"alpha" : "1.000",
8-
"blue" : "1.000",
9-
"green" : "0.000",
10-
"red" : "0.139"
8+
"blue" : "0.820",
9+
"green" : "0.399",
10+
"red" : "0.169"
1111
}
1212
},
1313
"idiom" : "universal"
@@ -23,9 +23,9 @@
2323
"color-space" : "display-p3",
2424
"components" : {
2525
"alpha" : "1.000",
26-
"blue" : "0.878",
27-
"green" : "0.729",
28-
"red" : "0.050"
26+
"blue" : "0.280",
27+
"green" : "0.094",
28+
"red" : "0.898"
2929
}
3030
},
3131
"idiom" : "universal"
@@ -35,9 +35,9 @@
3535
"color-space" : "display-p3",
3636
"components" : {
3737
"alpha" : "1.000",
38-
"blue" : "0.878",
39-
"green" : "0.729",
40-
"red" : "0.050"
38+
"blue" : "0.280",
39+
"green" : "0.094",
40+
"red" : "0.898"
4141
}
4242
},
4343
"idiom" : "watch"
@@ -47,9 +47,9 @@
4747
"color-space" : "display-p3",
4848
"components" : {
4949
"alpha" : "1.000",
50-
"blue" : "1.000",
51-
"green" : "0.000",
52-
"red" : "0.139"
50+
"blue" : "0.820",
51+
"green" : "0.399",
52+
"red" : "0.169"
5353
}
5454
},
5555
"idiom" : "tv"
@@ -65,9 +65,9 @@
6565
"color-space" : "display-p3",
6666
"components" : {
6767
"alpha" : "1.000",
68-
"blue" : "0.878",
69-
"green" : "0.729",
70-
"red" : "0.050"
68+
"blue" : "0.280",
69+
"green" : "0.094",
70+
"red" : "0.898"
7171
}
7272
},
7373
"idiom" : "tv"

Forumate/Other/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "Back.png",
4+
"filename" : "AppIcon-tvOS-back.png",
55
"idiom" : "tv"
66
}
77
],

Forumate/Other/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
},
66
"layers" : [
77
{
8-
"filename" : "Front.imagestacklayer"
8+
"filename" : "Front 2.imagestacklayer"
9+
},
10+
{
11+
"filename" : "Front 1.imagestacklayer"
12+
},
13+
{
14+
"filename" : "Front 0.imagestacklayer"
915
},
1016
{
1117
"filename" : "Back.imagestacklayer"
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "Front.png",
4+
"filename" : "AppIcon-tvOS-front-0.png",
55
"idiom" : "tv"
66
}
77
],
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "AppIcon-tvOS-front-1.png",
5+
"idiom" : "tv"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "AppIcon-tvOS-front-2.png",
5+
"idiom" : "tv"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}

Forumate/Other/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"images" : [
33
{
4-
"filename" : "Back@1x.png",
4+
"filename" : "AppIcon-tvOS-back@1x.png",
55
"idiom" : "tv",
66
"scale" : "1x"
77
},
88
{
9-
"filename" : "Back@2x.png",
9+
"filename" : "AppIcon-tvOS-back@2x.png",
1010
"idiom" : "tv",
1111
"scale" : "2x"
1212
}

Forumate/Other/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
},
66
"layers" : [
77
{
8-
"filename" : "Front.imagestacklayer"
8+
"filename" : "Front 2.imagestacklayer"
9+
},
10+
{
11+
"filename" : "Front 1.imagestacklayer"
12+
},
13+
{
14+
"filename" : "Front 0.imagestacklayer"
915
},
1016
{
1117
"filename" : "Back.imagestacklayer"
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"images" : [
33
{
4-
"filename" : "Front@1x.png",
4+
"filename" : "AppIcon-tvOS-front-0@1x.png",
55
"idiom" : "tv",
66
"scale" : "1x"
77
},
88
{
9-
"filename" : "Front@2x.png",
9+
"filename" : "AppIcon-tvOS-front-0@2x.png",
1010
"idiom" : "tv",
1111
"scale" : "2x"
1212
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "[email protected]",
5+
"idiom" : "tv",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "[email protected]",
10+
"idiom" : "tv",
11+
"scale" : "2x"
12+
}
13+
],
14+
"info" : {
15+
"author" : "xcode",
16+
"version" : 1
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "[email protected]",
5+
"idiom" : "tv",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "[email protected]",
10+
"idiom" : "tv",
11+
"scale" : "2x"
12+
}
13+
],
14+
"info" : {
15+
"author" : "xcode",
16+
"version" : 1
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}

Forumate/Other/Assets.xcassets/AppIcon.appiconset/Contents.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
11
{
22
"images" : [
33
{
4-
"filename" : "iOS.png",
4+
"filename" : "AppIcon-iOS.png",
55
"idiom" : "universal",
66
"platform" : "ios",
77
"size" : "1024x1024"
88
},
99
{
10-
"filename" : "icon_16x16.png",
10+
"filename" : "AppIcon-macOS-16.png",
1111
"idiom" : "mac",
1212
"scale" : "1x",
1313
"size" : "16x16"
1414
},
1515
{
16-
"filename" : "icon_16x16@2x.png",
16+
"filename" : "AppIcon-macOS-32.png",
1717
"idiom" : "mac",
1818
"scale" : "2x",
1919
"size" : "16x16"
2020
},
2121
{
22-
"filename" : "icon_32x32.png",
22+
"filename" : "AppIcon-macOS-32.png",
2323
"idiom" : "mac",
2424
"scale" : "1x",
2525
"size" : "32x32"
2626
},
2727
{
28-
"filename" : "icon_32x32@2x.png",
28+
"filename" : "AppIcon-macOS-64.png",
2929
"idiom" : "mac",
3030
"scale" : "2x",
3131
"size" : "32x32"
3232
},
3333
{
34-
"filename" : "icon_128x128.png",
34+
"filename" : "AppIcon-macOS-128.png",
3535
"idiom" : "mac",
3636
"scale" : "1x",
3737
"size" : "128x128"
3838
},
3939
{
40-
"filename" : "icon_128x128@2x.png",
40+
"filename" : "AppIcon-macOS-256.png",
4141
"idiom" : "mac",
4242
"scale" : "2x",
4343
"size" : "128x128"
4444
},
4545
{
46-
"filename" : "icon_256x256.png",
46+
"filename" : "AppIcon-macOS-256.png",
4747
"idiom" : "mac",
4848
"scale" : "1x",
4949
"size" : "256x256"
5050
},
5151
{
52-
"filename" : "icon_256x256@2x.png",
52+
"filename" : "AppIcon-macOS-512.png",
5353
"idiom" : "mac",
5454
"scale" : "2x",
5555
"size" : "256x256"
5656
},
5757
{
58-
"filename" : "icon_512x512.png",
58+
"filename" : "AppIcon-macOS-512.png",
5959
"idiom" : "mac",
6060
"scale" : "1x",
6161
"size" : "512x512"
6262
},
6363
{
64-
"filename" : "icon_512x512@2x.png",
64+
"filename" : "AppIcon-macOS-1024.png",
6565
"idiom" : "mac",
6666
"scale" : "2x",
6767
"size" : "512x512"
6868
},
6969
{
70-
"filename" : "watchOS.png",
70+
"filename" : "AppIcon-watchOS.png",
7171
"idiom" : "universal",
7272
"platform" : "watchos",
7373
"size" : "1024x1024"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

README.md

+1-1

Resources/ Forumate-Icon.md

+1

Resources/Forumate.sketch

-2.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)