From: Jay Freeman (saurik) Date: Mon, 27 Oct 2014 05:17:07 +0000 (-0700) Subject: Successfully add default images for the iPhone 6+. X-Git-Tag: v1.1.14~30 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/7915a5884c3180a7a2e706275a3020238ff05c26 Successfully add default images for the iPhone 6+. --- diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist index 7a87023b..6f25dc62 100644 --- a/MobileCydia.app/Info.plist +++ b/MobileCydia.app/Info.plist @@ -159,6 +159,26 @@ UILaunchImageSize {375, 667} + + UILaunchImageName + iOS7-Default-736h-Portrait + UILaunchImageMinimumOSVersion + 8.0 + UILaunchImageOrientation + Portrait + UILaunchImageSize + {414, 736} + + + UILaunchImageName + iOS7-Default-736h-Landscape + UILaunchImageMinimumOSVersion + 8.0 + UILaunchImageOrientation + Landscape + UILaunchImageSize + {414, 736} + UILaunchImages~ipad diff --git a/MobileCydia.app/iOS7-Default-736h-Landscape@3x.png b/MobileCydia.app/iOS7-Default-736h-Landscape@3x.png new file mode 100644 index 00000000..d1187f85 Binary files /dev/null and b/MobileCydia.app/iOS7-Default-736h-Landscape@3x.png differ diff --git a/MobileCydia.app/iOS7-Default-736h-Portrait@3x.png b/MobileCydia.app/iOS7-Default-736h-Portrait@3x.png new file mode 100644 index 00000000..c2f493cc Binary files /dev/null and b/MobileCydia.app/iOS7-Default-736h-Portrait@3x.png differ