summaryrefslogtreecommitdiff
path: root/ios/Info.plist
diff options
context:
space:
mode:
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/>