From eff2d1862f13e63b0b7f8925927d570f0ec2f617 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 24 Dec 2013 03:06:54 -0800 Subject: Add a set of default ("launch") images for iOS 7. --- MobileCydia.app/Info.plist | 48 ++++++++++++++++++++++++++ MobileCydia.app/iOS7-Default-568h@2x.png | Bin 0 -> 6354 bytes MobileCydia.app/iOS7-Default-Landscape.png | Bin 0 -> 12262 bytes MobileCydia.app/iOS7-Default-Landscape@2x.png | Bin 0 -> 24235 bytes MobileCydia.app/iOS7-Default-Portrait.png | Bin 0 -> 8388 bytes MobileCydia.app/iOS7-Default-Portrait@2x.png | Bin 0 -> 19849 bytes MobileCydia.app/iOS7-Default.png | Bin 0 -> 4032 bytes MobileCydia.app/iOS7-Default@2x.png | Bin 0 -> 6520 bytes 8 files changed, 48 insertions(+) create mode 100644 MobileCydia.app/iOS7-Default-568h@2x.png create mode 100644 MobileCydia.app/iOS7-Default-Landscape.png create mode 100644 MobileCydia.app/iOS7-Default-Landscape@2x.png create mode 100644 MobileCydia.app/iOS7-Default-Portrait.png create mode 100644 MobileCydia.app/iOS7-Default-Portrait@2x.png create mode 100644 MobileCydia.app/iOS7-Default.png create mode 100644 MobileCydia.app/iOS7-Default@2x.png (limited to 'MobileCydia.app') diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist index 8ad2a21..a27771d 100644 --- a/MobileCydia.app/Info.plist +++ b/MobileCydia.app/Info.plist @@ -102,6 +102,54 @@ UIApplicationExitsOnSuspend + + UILaunchImages + + + UILaunchImageName + iOS7-Default + UILaunchImageMinimumOSVersion + 7.0 + UILaunchImageOrientation + Portrait + UILaunchImageSize + {320, 480} + + + UILaunchImageName + iOS7-Default + UILaunchImageMinimumOSVersion + 7.0 + UILaunchImageOrientation + Portrait + UILaunchImageSize + {320, 568} + + + + UILaunchImages~ipad + + + UILaunchImageName + iOS7-Default-Portrait + UILaunchImageMinimumOSVersion + 7.0 + UILaunchImageOrientation + Portrait + UILaunchImageSize + {768, 1024} + + + UILaunchImageName + iOS7-Default-Landscape + UILaunchImageMinimumOSVersion + 7.0 + UILaunchImageOrientation + Landscape + UILaunchImageSize + {768, 1024} + + diff --git a/MobileCydia.app/iOS7-Default-568h@2x.png b/MobileCydia.app/iOS7-Default-568h@2x.png new file mode 100644 index 0000000..b2fb9f1 Binary files /dev/null and b/MobileCydia.app/iOS7-Default-568h@2x.png differ diff --git a/MobileCydia.app/iOS7-Default-Landscape.png b/MobileCydia.app/iOS7-Default-Landscape.png new file mode 100644 index 0000000..c76003f Binary files /dev/null and b/MobileCydia.app/iOS7-Default-Landscape.png differ diff --git a/MobileCydia.app/iOS7-Default-Landscape@2x.png b/MobileCydia.app/iOS7-Default-Landscape@2x.png new file mode 100644 index 0000000..1e190d4 Binary files /dev/null and b/MobileCydia.app/iOS7-Default-Landscape@2x.png differ diff --git a/MobileCydia.app/iOS7-Default-Portrait.png b/MobileCydia.app/iOS7-Default-Portrait.png new file mode 100644 index 0000000..9bed8c6 Binary files /dev/null and b/MobileCydia.app/iOS7-Default-Portrait.png differ diff --git a/MobileCydia.app/iOS7-Default-Portrait@2x.png b/MobileCydia.app/iOS7-Default-Portrait@2x.png new file mode 100644 index 0000000..3a65902 Binary files /dev/null and b/MobileCydia.app/iOS7-Default-Portrait@2x.png differ diff --git a/MobileCydia.app/iOS7-Default.png b/MobileCydia.app/iOS7-Default.png new file mode 100644 index 0000000..cb7d307 Binary files /dev/null and b/MobileCydia.app/iOS7-Default.png differ diff --git a/MobileCydia.app/iOS7-Default@2x.png b/MobileCydia.app/iOS7-Default@2x.png new file mode 100644 index 0000000..b4a9810 Binary files /dev/null and b/MobileCydia.app/iOS7-Default@2x.png differ -- cgit v1.2.3