diff --git a/Authenticator/Resources/GenerateIcons.sh b/Authenticator/Resources/GenerateIcons.sh index 0c4ff2f..c6b535c 100755 --- a/Authenticator/Resources/GenerateIcons.sh +++ b/Authenticator/Resources/GenerateIcons.sh @@ -4,9 +4,11 @@ hash inkscape 2>/dev/null || { echo >&2 "Icon generation requires inkscape. Usin hash pngcrush 2>/dev/null || { echo >&2 "Icon generation requires pngcrush. Using existing icons instead."; exit 0; } # Generate App Icons +inkscape -z -e "Icon-20.png" -w 20 "Icon.svg"; inkscape -z -e "Icon-29.png" -w 29 "Icon.svg"; inkscape -z -e "Icon-40.png" -w 40 "Icon.svg"; inkscape -z -e "Icon-58.png" -w 58 "Icon.svg"; +inkscape -z -e "Icon-60.png" -w 60 "Icon.svg"; inkscape -z -e "Icon-76.png" -w 76 "Icon.svg"; inkscape -z -e "Icon-80.png" -w 80 "Icon.svg"; inkscape -z -e "Icon-87.png" -w 87 "Icon.svg"; diff --git a/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Contents.json b/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Contents.json index 4297e31..0726f51 100644 --- a/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Contents.json @@ -1,5 +1,17 @@ { "images" : [ + { + "size" : "20x20", + "idiom" : "iphone", + "filename" : "Icon-40.png", + "scale" : "2x" + }, + { + "size" : "20x20", + "idiom" : "iphone", + "filename" : "Icon-60.png", + "scale" : "3x" + }, { "size" : "29x29", "idiom" : "iphone", @@ -36,6 +48,18 @@ "filename" : "Icon-180.png", "scale" : "3x" }, + { + "size" : "20x20", + "idiom" : "ipad", + "filename" : "Icon-20.png", + "scale" : "1x" + }, + { + "size" : "20x20", + "idiom" : "ipad", + "filename" : "Icon-40.png", + "scale" : "2x" + }, { "size" : "29x29", "idiom" : "ipad", diff --git a/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Icon-20.png b/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Icon-20.png new file mode 100644 index 0000000..7ae5800 Binary files /dev/null and b/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Icon-20.png differ diff --git a/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Icon-60.png b/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Icon-60.png new file mode 100644 index 0000000..a09081d Binary files /dev/null and b/Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Icon-60.png differ