Rename feedIcon asset to nnwFeedIcon.

This commit is contained in:
Brent Simmons
2024-12-15 20:41:30 -08:00
parent 2298a43d5b
commit 40b6a45db6
10 changed files with 29 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ struct AppAssets {
return RSImage(named: "accountTheOldReader")
}()
static let nnwFeedIcon = RSImage(named: "feedIcon")!
static let nnwFeedIcon = RSImage(named: "nnwFeedIcon")!
@available(macOS 11.0, *)
static var addNewSidebarItemImage: RSImage = {

View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View File

@@ -51,6 +51,11 @@ struct AppAssets {
return UIImage(named: "accountTheOldReader")!
}()
<<<<<<< HEAD
=======
static let nnwFeedIcon = RSImage(named: "nnwFeedIcon")!
>>>>>>> ecbc38963 (Rename feedIcon asset to nnwFeedIcon.)
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