diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-26 22:17:07 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-27 02:17:32 -0700 |
commit | 7915a5884c3180a7a2e706275a3020238ff05c26 (patch) | |
tree | d168c2b5cc49c071d76aa5ccad5a36c07a86677e | |
parent | 40ac17f95458c9eaf684a11223db0fc00e198eb0 (diff) |
Successfully add default images for the iPhone 6+.
-rw-r--r-- | MobileCydia.app/Info.plist | 20 | ||||
-rw-r--r-- | MobileCydia.app/iOS7-Default-736h-Landscape@3x.png | bin | 0 -> 11005 bytes | |||
-rw-r--r-- | MobileCydia.app/iOS7-Default-736h-Portrait@3x.png | bin | 0 -> 11167 bytes |
3 files changed, 20 insertions, 0 deletions
diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist index 7a87023..6f25dc6 100644 --- a/MobileCydia.app/Info.plist +++ b/MobileCydia.app/Info.plist @@ -159,6 +159,26 @@ <key>UILaunchImageSize</key> <string>{375, 667}</string> </dict> + <dict> + <key>UILaunchImageName</key> + <string>iOS7-Default-736h-Portrait</string> + <key>UILaunchImageMinimumOSVersion</key> + <string>8.0</string> + <key>UILaunchImageOrientation</key> + <string>Portrait</string> + <key>UILaunchImageSize</key> + <string>{414, 736}</string> + </dict> + <dict> + <key>UILaunchImageName</key> + <string>iOS7-Default-736h-Landscape</string> + <key>UILaunchImageMinimumOSVersion</key> + <string>8.0</string> + <key>UILaunchImageOrientation</key> + <string>Landscape</string> + <key>UILaunchImageSize</key> + <string>{414, 736}</string> + </dict> </array> <key>UILaunchImages~ipad</key> diff --git a/MobileCydia.app/iOS7-Default-736h-Landscape@3x.png b/MobileCydia.app/iOS7-Default-736h-Landscape@3x.png Binary files differnew file mode 100644 index 0000000..d1187f8 --- /dev/null +++ b/MobileCydia.app/iOS7-Default-736h-Landscape@3x.png diff --git a/MobileCydia.app/iOS7-Default-736h-Portrait@3x.png b/MobileCydia.app/iOS7-Default-736h-Portrait@3x.png Binary files differnew file mode 100644 index 0000000..c2f493c --- /dev/null +++ b/MobileCydia.app/iOS7-Default-736h-Portrait@3x.png |