Add NetNewsWire feed icon on iOS.

This commit is contained in:
Brent Simmons
2024-12-15 20:25:42 -08:00
parent a86f36a652
commit b44a35cc23
5 changed files with 25 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ struct AppAssets {
return UIImage(named: "accountTheOldReader")!
}()
static let nnwFeedIcon = RSImage(named: "feedIcon")!
static var articleExtractorError: UIImage = {
return UIImage(named: "articleExtractorError")!
}()

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB