diff options
Diffstat (limited to 'platform/ios/MuPDF')
-rw-r--r-- | platform/ios/MuPDF/Images.xcassets/AppIcon.appiconset/Contents.json | 15 | ||||
-rw-r--r-- | platform/ios/MuPDF/Images.xcassets/LaunchImage.launchimage/Contents.json | 72 |
2 files changed, 51 insertions, 36 deletions
diff --git a/platform/ios/MuPDF/Images.xcassets/AppIcon.appiconset/Contents.json b/platform/ios/MuPDF/Images.xcassets/AppIcon.appiconset/Contents.json index 622ab4b2..c82a8a38 100644 --- a/platform/ios/MuPDF/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/platform/ios/MuPDF/Images.xcassets/AppIcon.appiconset/Contents.json @@ -12,10 +12,20 @@ }, { "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", "size" : "40x40", "scale" : "2x" }, { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { "size" : "57x57", "idiom" : "iphone", "filename" : "Icon.png", @@ -91,6 +101,11 @@ "idiom" : "ipad", "filename" : "Icon-76@2x.png", "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x" } ], "info" : { diff --git a/platform/ios/MuPDF/Images.xcassets/LaunchImage.launchimage/Contents.json b/platform/ios/MuPDF/Images.xcassets/LaunchImage.launchimage/Contents.json index a2a7d966..5b841420 100644 --- a/platform/ios/MuPDF/Images.xcassets/LaunchImage.launchimage/Contents.json +++ b/platform/ios/MuPDF/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -2,36 +2,30 @@ "images" : [ { "orientation" : "portrait", - "idiom" : "iphone", - "filename" : "Default.png", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", "scale" : "1x" }, { - "orientation" : "portrait", - "idiom" : "iphone", - "filename" : "Default@2x.png", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "iphone", - "filename" : "Default-568h@2x.png", - "subtype" : "retina4", - "scale" : "2x" + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" }, { "orientation" : "portrait", - "idiom" : "iphone", - "filename" : "Default@2x.png", + "idiom" : "ipad", + "extent" : "full-screen", "minimum-system-version" : "7.0", "scale" : "2x" }, { - "orientation" : "portrait", - "idiom" : "iphone", - "filename" : "Default-568h@2x.png", + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", "minimum-system-version" : "7.0", - "subtype" : "retina4", "scale" : "2x" }, { @@ -41,16 +35,16 @@ "scale" : "1x" }, { - "orientation" : "portrait", + "orientation" : "landscape", "idiom" : "ipad", "extent" : "to-status-bar", - "scale" : "2x" + "scale" : "1x" }, { - "orientation" : "landscape", + "orientation" : "portrait", "idiom" : "ipad", "extent" : "to-status-bar", - "scale" : "1x" + "scale" : "2x" }, { "orientation" : "landscape", @@ -60,30 +54,36 @@ }, { "orientation" : "portrait", - "idiom" : "ipad", + "idiom" : "iphone", + "filename" : "Default@2x.png", "minimum-system-version" : "7.0", - "extent" : "full-screen", - "scale" : "1x" + "scale" : "2x" }, { "orientation" : "portrait", - "idiom" : "ipad", + "idiom" : "iphone", + "filename" : "Default-568h@2x.png", "minimum-system-version" : "7.0", - "extent" : "full-screen", + "subtype" : "retina4", "scale" : "2x" }, { - "orientation" : "landscape", - "idiom" : "ipad", - "minimum-system-version" : "7.0", - "extent" : "full-screen", + "orientation" : "portrait", + "idiom" : "iphone", + "filename" : "Default.png", "scale" : "1x" }, { - "orientation" : "landscape", - "idiom" : "ipad", - "minimum-system-version" : "7.0", - "extent" : "full-screen", + "orientation" : "portrait", + "idiom" : "iphone", + "filename" : "Default@2x.png", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "filename" : "Default-568h@2x.png", + "subtype" : "retina4", "scale" : "2x" } ], |