summaryrefslogtreecommitdiff
path: root/MobileCydia.app
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-10-26 07:08:22 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-10-26 07:08:22 -0700
commit1c378eec834e8aea2966024605e0c963156dcc44 (patch)
tree3a4b43ea976cd708cfa2d902ce58f3bc7569df13 /MobileCydia.app
parente6446ca03b40b88f6a187a4d8414c70b06eb52e4 (diff)
Successfully add a default image for the iPhone 6.
Diffstat (limited to 'MobileCydia.app')
-rw-r--r--MobileCydia.app/Info.plist10
-rw-r--r--MobileCydia.app/iOS7-Default-667h@2x.pngbin0 -> 4971 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist
index b7ebd75..7a87023 100644
--- a/MobileCydia.app/Info.plist
+++ b/MobileCydia.app/Info.plist
@@ -149,6 +149,16 @@
<key>UILaunchImageSize</key>
<string>{320, 568}</string>
</dict>
+ <dict>
+ <key>UILaunchImageName</key>
+ <string>iOS7-Default-667h</string>
+ <key>UILaunchImageMinimumOSVersion</key>
+ <string>8.0</string>
+ <key>UILaunchImageOrientation</key>
+ <string>Portrait</string>
+ <key>UILaunchImageSize</key>
+ <string>{375, 667}</string>
+ </dict>
</array>
<key>UILaunchImages~ipad</key>
diff --git a/MobileCydia.app/iOS7-Default-667h@2x.png b/MobileCydia.app/iOS7-Default-667h@2x.png
new file mode 100644
index 0000000..7aa2e77
--- /dev/null
+++ b/MobileCydia.app/iOS7-Default-667h@2x.png
Binary files differ