Skip to content

Commit

Permalink
Add iPhone 6 Plus icon size
Browse files Browse the repository at this point in the history
Included conversion for icon60@3x.png
  • Loading branch information
busterc committed Dec 17, 2015
1 parent 046b71d commit 83bd4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cordova-generate-icons
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function iosConvertIcon() {
$convert -resize 120x120 "$output/ios/icon-60@2x.png"
$convert -resize 144x144 "$output/ios/icon-72@2x.png"
$convert -resize 152x152 "$output/ios/icon-76@2x.png"
$convert -resize 180x180 "$output/ios/icon-60@3x.png"
$convert -resize 512x512 "$output/ios/iTunesArtwork.png"
$convert -resize 1024x1024 "$output/ios/iTunesArtwork@2x.png"

Expand Down

0 comments on commit 83bd4d8

Please sign in to comment.