summaryrefslogtreecommitdiff
path: root/platform/ios/Info.plist
diff options
context:
space:
mode:
authorJoseph Heenan <joseph@emobix.co.uk>2014-10-02 22:44:48 +0200
committerJoseph Heenan <joseph@emobix.co.uk>2014-10-05 09:38:12 -0500
commit98f265445da62b0b9965ab9313df6ac5ae7f5e16 (patch)
tree1036ad8f6ac74450d809765cc51e15c917fc31ce /platform/ios/Info.plist
parenteb8184a334e3f9784e5b5dd108fefbcf2f57595a (diff)
downloadmupdf-98f265445da62b0b9965ab9313df6ac5ae7f5e16.tar.xz
iOS: Run at native res on iphone6/6+
All that is necessary is to add a launch xib.
Diffstat (limited to 'platform/ios/Info.plist')
-rw-r--r--platform/ios/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/Info.plist b/platform/ios/Info.plist
index a51210f5..bf23a0d6 100644
--- a/platform/ios/Info.plist
+++ b/platform/ios/Info.plist
@@ -84,6 +84,8 @@
<true/>
<key>UIFileSharingEnabled</key>
<true/>
+ <key>UILaunchStoryboardName</key>
+ <string>Launch Screen</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>