Skip to content

Commit 7c591c6

Browse files
authored
Updated App Icon to match MacOS 11-12 (#169)
* Rounded Rectangle Icons Updated app icon to Big Sur style rectangle design 😎 * Update Readme Updated app icon link 😅 * Fixed edges on smaller sizes * Fixed edges on smaller sizes 😓
1 parent 0daaae4 commit 7c591c6

20 files changed

+11
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="200" height="200" margin-right="100%" src="https://github.com/dwarvesf/hidden/blob/master/hidden/Assets.xcassets/AppIcon.appiconset/1024x1024.png?raw=true">
2+
<img width="200" height="200" margin-right="100%" src="https://github.com/dwarvesf/hidden/blob/master/hidden/Assets.xcassets/AppIcon.appiconset/hidden-1024.png?raw=true">
33
</p>
44
<p align="center">
55
<a href="https://webuild.community">
Binary file not shown.
Binary file not shown.
-460 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-903 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

hidden/Assets.xcassets/AppIcon.appiconset/Contents.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,61 @@
33
{
44
"size" : "16x16",
55
"idiom" : "mac",
6-
"filename" : "16x16.png",
6+
"filename" : "hidden-16.png",
77
"scale" : "1x"
88
},
99
{
1010
"size" : "16x16",
1111
"idiom" : "mac",
12-
"filename" : "32x32-1.png",
12+
"filename" : "hidden-32.png",
1313
"scale" : "2x"
1414
},
1515
{
1616
"size" : "32x32",
1717
"idiom" : "mac",
18-
"filename" : "32x32.png",
18+
"filename" : "hidden-32.png",
1919
"scale" : "1x"
2020
},
2121
{
2222
"size" : "32x32",
2323
"idiom" : "mac",
24-
"filename" : "64x64.png",
24+
"filename" : "hidden-64.png",
2525
"scale" : "2x"
2626
},
2727
{
2828
"size" : "128x128",
2929
"idiom" : "mac",
30-
"filename" : "128x128.png",
30+
"filename" : "hidden-128.png",
3131
"scale" : "1x"
3232
},
3333
{
3434
"size" : "128x128",
3535
"idiom" : "mac",
36-
"filename" : "256x256-1.png",
36+
"filename" : "hidden-256.png",
3737
"scale" : "2x"
3838
},
3939
{
4040
"size" : "256x256",
4141
"idiom" : "mac",
42-
"filename" : "256x256.png",
42+
"filename" : "hidden-256.png",
4343
"scale" : "1x"
4444
},
4545
{
4646
"size" : "256x256",
4747
"idiom" : "mac",
48-
"filename" : "512x512-1.png",
48+
"filename" : "hidden-512.png",
4949
"scale" : "2x"
5050
},
5151
{
5252
"size" : "512x512",
5353
"idiom" : "mac",
54-
"filename" : "512x512.png",
54+
"filename" : "hidden-512.png",
5555
"scale" : "1x"
5656
},
5757
{
5858
"size" : "512x512",
5959
"idiom" : "mac",
60-
"filename" : "1024x1024.png",
60+
"filename" : "hidden-1024.png",
6161
"scale" : "2x"
6262
}
6363
],
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)