Skip to content

Commit

Permalink
Rename feedIcon asset to nnwFeedIcon.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentsimmons committed Dec 16, 2024
1 parent 2298a43 commit 40b6a45
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Mac/AppAssets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
5 changes: 5 additions & 0 deletions iOS/AppAssets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")!
}()
Expand Down
23 changes: 23 additions & 0 deletions iOS/Resources/Assets.xcassets/nnwFeedIcon.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -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
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 40b6a45

Please sign in to comment.