Merge pull request #1651 from transmission/icon-badges

Simplified download badges
This commit is contained in:
Mitch Livingston 2021-03-29 19:04:45 -04:00 committed by GitHub
commit fc0e14da06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 15 additions and 12 deletions

View File

@ -1,20 +1,21 @@
{
"images" : [
{
"idiom" : "mac",
"filename" : "DownloadBadge.png",
"idiom" : "mac",
"scale" : "1x"
},
{
"filename" : "DownloadBadge@2x.png",
"idiom" : "mac",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "original"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 747 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,20 +1,21 @@
{
"images" : [
{
"idiom" : "mac",
"filename" : "QuitBadge.png",
"idiom" : "mac",
"scale" : "1x"
},
{
"filename" : "QuitBadge@2x.png",
"idiom" : "mac",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "original"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,20 +1,21 @@
{
"images" : [
{
"idiom" : "mac",
"filename" : "UploadBadge.png",
"idiom" : "mac",
"scale" : "1x"
},
{
"filename" : "UploadBadge@2x.png",
"idiom" : "mac",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "original"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 748 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB