Skip to content

Commit

Permalink
Merge pull request #22 from winebarrel/Add_icon2
Browse files Browse the repository at this point in the history
Add icons
  • Loading branch information
winebarrel authored Nov 17, 2024
2 parents a743f4e + f216594 commit b956ba6
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pulse/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"size" : "256x256"
},
{
"filename" : "icon_512x512.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Pulse/Assets.xcassets/check.black.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icon_16x16@2x_black.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"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.
21 changes: 21 additions & 0 deletions Pulse/Assets.xcassets/check.green.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icon_16x16@2x_green.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"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.
21 changes: 21 additions & 0 deletions Pulse/Assets.xcassets/check.red.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icon_16x16@2x_red.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"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.
2 changes: 1 addition & 1 deletion Pulse/PulseApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct PulseApp: App {
RightClickMenuView()
} label: {
// TODO:

Check warning on line 32 in Pulse/PulseApp.swift

View workflow job for this annotation

GitHub Actions / Lint

Todo Violation: TODOs should be resolved (todo)
Image(systemName: "leaf")
Image("check.black")
}.menuBarExtraAccess(isPresented: $isMenuPresented) { statusItem in
if !initialized {
initialize()
Expand Down

0 comments on commit b956ba6

Please sign in to comment.