Skip to content

Commit

Permalink
fix(icons): include default 57 icon for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblom committed Jul 12, 2016
1 parent 749cbc4 commit f0533bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions lib/default-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit f0533bf

Please sign in to comment.