mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Fix menu bar icon. Add app icon.
This commit is contained in:
parent
b256111a17
commit
c3deedd6fd
10 changed files with 9 additions and 6 deletions
|
@ -41,8 +41,9 @@
|
|||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "512x512",
|
||||
"idiom" : "mac",
|
||||
"filename" : "ZeroTierIcon512x512.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
|
@ -2,12 +2,12 @@
|
|||
"images" : [
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"filename" : "MenuBarIconMac.png",
|
||||
"filename" : "MenuBar.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"filename" : "MenuBarIconMac@2x.png",
|
||||
"filename" : "MenuBar@2x.png",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
|
|
BIN
ZeroTier One/Assets.xcassets/MenuBarIconMac.imageset/MenuBar.png
vendored
Normal file
BIN
ZeroTier One/Assets.xcassets/MenuBarIconMac.imageset/MenuBar.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 392 B |
BIN
ZeroTier One/Assets.xcassets/MenuBarIconMac.imageset/MenuBar@2x.png
vendored
Normal file
BIN
ZeroTier One/Assets.xcassets/MenuBarIconMac.imageset/MenuBar@2x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 761 B |
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB |
|
@ -7,7 +7,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<string>ZeroTierIcon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
|
|
BIN
ZeroTier One/ZeroTierIcon.icns
Normal file
BIN
ZeroTier One/ZeroTierIcon.icns
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue