diff options
author | Vincent Bénony | 2015-12-10 18:44:31 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 16:17:37 +0100 |
commit | cfcd3842ed0b46c1eeb7d1e490a882e5d3f26441 (patch) | |
tree | b5d597fd3e7a710cf16776d5655aed3b495ebec2 /dists/ios7 | |
parent | 7324f87b9af3a5f2da9d84dad5f2e6df26e1ddb2 (diff) | |
download | scummvm-rg350-cfcd3842ed0b46c1eeb7d1e490a882e5d3f26441.tar.gz scummvm-rg350-cfcd3842ed0b46c1eeb7d1e490a882e5d3f26441.tar.bz2 scummvm-rg350-cfcd3842ed0b46c1eeb7d1e490a882e5d3f26441.zip |
IOS: Adds iPhone 6/6+ launch screens
Diffstat (limited to 'dists/ios7')
-rw-r--r-- | dists/ios7/Images.xcassets/LaunchImage.launchimage/Contents.json | 21 | ||||
-rw-r--r-- | dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-1242x2208.png | bin | 0 -> 1624064 bytes | |||
-rw-r--r-- | dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-2208x1242.png | bin | 0 -> 2234609 bytes | |||
-rw-r--r-- | dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-750x1334.png | bin | 0 -> 917056 bytes |
4 files changed, 12 insertions, 9 deletions
diff --git a/dists/ios7/Images.xcassets/LaunchImage.launchimage/Contents.json b/dists/ios7/Images.xcassets/LaunchImage.launchimage/Contents.json index 139f4e7756..40e3b1e3dd 100644 --- a/dists/ios7/Images.xcassets/LaunchImage.launchimage/Contents.json +++ b/dists/ios7/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -1,27 +1,30 @@ { "images" : [ { - "orientation" : "portrait", - "idiom" : "iphone", "extent" : "full-screen", - "minimum-system-version" : "8.0", + "idiom" : "iphone", "subtype" : "736h", + "filename" : "ScummVM-splash-1242x2208.png", + "minimum-system-version" : "8.0", + "orientation" : "portrait", "scale" : "3x" }, { - "orientation" : "landscape", - "idiom" : "iphone", "extent" : "full-screen", - "minimum-system-version" : "8.0", + "idiom" : "iphone", "subtype" : "736h", + "filename" : "ScummVM-splash-2208x1242.png", + "minimum-system-version" : "8.0", + "orientation" : "landscape", "scale" : "3x" }, { - "orientation" : "portrait", - "idiom" : "iphone", "extent" : "full-screen", - "minimum-system-version" : "8.0", + "idiom" : "iphone", "subtype" : "667h", + "filename" : "ScummVM-splash-750x1334.png", + "minimum-system-version" : "8.0", + "orientation" : "portrait", "scale" : "2x" }, { diff --git a/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-1242x2208.png b/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-1242x2208.png Binary files differnew file mode 100644 index 0000000000..c70153b1f7 --- /dev/null +++ b/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-1242x2208.png diff --git a/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-2208x1242.png b/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-2208x1242.png Binary files differnew file mode 100644 index 0000000000..33b3740092 --- /dev/null +++ b/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-2208x1242.png diff --git a/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-750x1334.png b/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-750x1334.png Binary files differnew file mode 100644 index 0000000000..630502974a --- /dev/null +++ b/dists/ios7/Images.xcassets/LaunchImage.launchimage/ScummVM-splash-750x1334.png |