Skip to content

Commit

Permalink
Merge pull request #93 from highvoltag3/new-menu-bar-icon
Browse files Browse the repository at this point in the history
New menu icon & Support Dark mode menu bar icon
  • Loading branch information
pallotron authored Jan 8, 2020
2 parents 508abff + d4245df commit cf045d5
Show file tree
Hide file tree
Showing 40 changed files with 175 additions and 91 deletions.
3 changes: 1 addition & 2 deletions yubiswitch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,11 @@
};
buildConfigurationList = 59E5CF0617EC2A9000898135 /* Build configuration list for PBXProject "yubiswitch" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
English,
ca,
cs,
da,
Expand Down
58 changes: 0 additions & 58 deletions yubiswitch/Images.xcassets/AppIcon-2.appiconset/Contents.json

This file was deleted.

Binary file not shown.
49 changes: 26 additions & 23 deletions yubiswitch/Images.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,66 @@
{
"images" : [
{
"size" : "16x16",
"size" : "128x128",
"idiom" : "mac",
"filename" : "YubikeyDisabled@0.5x.png",
"filename" : "icon-128.png",
"scale" : "1x"
},
{
"size" : "16x16",
"size" : "256x256",
"idiom" : "mac",
"filename" : "YubikeyDisabled-1.png",
"scale" : "2x"
"filename" : "icon-256.png",
"scale" : "1x"
},
{
"size" : "32x32",
"size" : "128x128",
"idiom" : "mac",
"filename" : "YubikeyDisabled.png",
"scale" : "1x"
"filename" : "icon-256.png",
"scale" : "2x"
},
{
"size" : "32x32",
"size" : "256x256",
"idiom" : "mac",
"filename" : "YubikeyDisabled@2x.png",
"filename" : "icon-512.png",
"scale" : "2x"
},
{
"size" : "32x32",
"idiom" : "mac",
"size" : "128x128",
"filename" : "icon-32.png",
"scale" : "1x"
},
{
"size" : "512x512",
"idiom" : "mac",
"size" : "128x128",
"scale" : "2x"
"filename" : "icon-512.png",
"scale" : "1x"
},
{
"size" : "16x16",
"idiom" : "mac",
"size" : "256x256",
"filename" : "icon-16.png",
"scale" : "1x"
},
{
"size" : "16x16",
"idiom" : "mac",
"size" : "256x256",
"filename" : "icon-32.png",
"scale" : "2x"
},
{
"size" : "512x512",
"size" : "32x32",
"idiom" : "mac",
"filename" : "AppIcon-2.png",
"scale" : "1x"
"filename" : "icon-64.png",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "icon-1024.png",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
"author" : "Iconizer",
"version" : "3.0.0"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions yubiswitch/Images.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
75 changes: 71 additions & 4 deletions yubiswitch/Images.xcassets/YubikeyDisabled.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,83 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "YubikeyDisabled@0.5x.png"
"filename" : "image@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "YubikeyDisabled.png"
"filename" : "image@1x-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "image@1x-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "image@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "image@2x-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "image@2x-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "image@3x.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "image@3x-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "image@3x-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
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.
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.
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.
75 changes: 71 additions & 4 deletions yubiswitch/Images.xcassets/YubikeyEnabled.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,83 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "YubikeyEnabled@0.5x.png"
"filename" : "image@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "YubikeyEnabled.png"
"filename" : "image@1x-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "image@1x-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "image@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "image@2x-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "image@2x-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "image@3x.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "image@3x-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "image@3x-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit cf045d5

Please sign in to comment.