From f0533bf2e47e606beeafbfad5f909c613fd66859 Mon Sep 17 00:00:00 2001 From: Alex Blom Date: Tue, 12 Jul 2016 18:16:22 -0400 Subject: [PATCH] fix(icons): include default 57 icon for ios --- README.md | 2 +- lib/default-icons.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca7c496..81da015 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Splicon (0.1) +#Splicon (beta) Splicon is a command tool for automagically generating icons & splash screens for Cordova applications from a single svg, and updating config.xml. diff --git a/lib/default-icons.js b/lib/default-icons.js index 849ed58..40693e8 100644 --- a/lib/default-icons.js +++ b/lib/default-icons.js @@ -5,6 +5,7 @@ module.exports = { itemKey: 'width', items: [ { size : 40, name : 'icon-40' }, + { size : 57, name : 'icon' }, { size : 80, name : 'icon-40@2x' }, { size : 120, name : 'icon-40@3x' }, { size : 60, name : 'icon-60' },