Skip to content

Commit

Permalink
Added iPhone 6 Sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
William Wallace committed Dec 7, 2014
1 parent eacd1b0 commit 9fdd7e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cordova-generate-splash-screens
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ function androidConvertSplash() {
androidConvertSplash

function iosConvertSplash() {
$convert -resize 1024x1024 -extent 750x1334 "$output/ios/Default-667h.png"
$convert -resize 1024x1024 -extent 1242x2208 "$output/ios/Default-736h.png"
$convert -resize 1024x1024 -extent 2208x1242 "$output/ios/Default-Landscape-736h.png"
$convert -resize 512x512 -extent 640x1136 "$output/ios/Default-568h@2x~iphone.png"
$convert -resize 1024x1024 -extent 2048x1496 "$output/ios/Default-Landscape@2x~ipad.png"
$convert -resize 512x512 -extent 1024x748 "$output/ios/Default-Landscape~ipad.png"
Expand Down

0 comments on commit 9fdd7e1

Please sign in to comment.