summaryrefslogtreecommitdiff
path: root/ios/Info.plist
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-10-21 02:14:38 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-11-01 23:46:56 +0100
commit9625c24b1745958bb594d7359c16295be97789ae (patch)
tree61281854301246e2060e1a4deef2c8715cbb916d /ios/Info.plist
parent93a08378e62b5d9ca3ea1b54ce8f5be2995201f1 (diff)
downloadmupdf-9625c24b1745958bb594d7359c16295be97789ae.tar.xz
Improve scrolling behaviour.
Tap in middle to show/hide navigation bar. Tap on sides to flip pages. Render pages centered fit-to-screen.
Diffstat (limited to 'ios/Info.plist')
-rw-r--r--ios/Info.plist7
1 files changed, 5 insertions, 2 deletions
diff --git a/ios/Info.plist b/ios/Info.plist
index 2c84fd8c..bfa941b9 100644
--- a/ios/Info.plist
+++ b/ios/Info.plist
@@ -2,9 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>UIRequiredDeviceCapabilities</key>
+ <key>UISupportedInterfaceOrientations</key>
<array>
- <string>armv7</string>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>