Skip to content

Commit 692e32a

Browse files
committed
Add an icon for Postmark
1 parent f7707fd commit 692e32a

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

IssuerIcons/Postmark.png

143 KB
Loading

Tofu/AccountCell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ private let imageNames: [CaseInsensitiveString: String] = [
7474
"Paladin Extensions": "PaladinExtensions",
7575
"Parler": "Parler",
7676
"PayPal": "PayPal",
77+
"Postmark": "Postmark",
7778
"Privacy.com": "Privacy",
7879
"ProtonMail": "ProtonMail",
7980
"Reddit": "Reddit",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "Postmark.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "Postmark@2x.png",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "Postmark@3x.png",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"version" : 1,
21+
"author" : "xcode"
22+
}
23+
}
2.42 KB
Loading
4.98 KB
Loading
12.5 KB
Loading

0 commit comments

Comments
 (0)