Fix menu bar icon. Add app icon.

This commit is contained in:
Grant Limberg 2016-06-23 19:44:00 -07:00
commit c3deedd6fd
10 changed files with 9 additions and 6 deletions

View file

@ -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

View file

@ -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"
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

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

View file

@ -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>

Binary file not shown.