Browse Source
* Added icon for dark mode * Added detection for interface mode changing from light to dark and adjusting the icon accordinglypull/1/head
6 changed files with 49 additions and 2 deletions
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,20 @@
|
||||
{ |
||||
"images" : [ |
||||
{ |
||||
"idiom" : "mac", |
||||
"filename" : "MenubarWhite.png", |
||||
"scale" : "1x" |
||||
}, |
||||
{ |
||||
"idiom" : "mac", |
||||
"scale" : "2x" |
||||
} |
||||
], |
||||
"info" : { |
||||
"version" : 1, |
||||
"author" : "xcode" |
||||
}, |
||||
"properties" : { |
||||
"template-rendering-intent" : "template" |
||||
} |
||||
} |
||||
Loading…
Reference in new issue