summaryrefslogtreecommitdiff
path: root/res/MacOSXBundleInfo.plist.in
diff options
context:
space:
mode:
Diffstat (limited to 'res/MacOSXBundleInfo.plist.in')
-rw-r--r--res/MacOSXBundleInfo.plist.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/MacOSXBundleInfo.plist.in b/res/MacOSXBundleInfo.plist.in
index 1d769768..1883db5f 100644
--- a/res/MacOSXBundleInfo.plist.in
+++ b/res/MacOSXBundleInfo.plist.in
@@ -34,6 +34,19 @@
34 <true/> 34 <true/>
35 <key>NSRequiresAquaSystemAppearance</key> 35 <key>NSRequiresAquaSystemAppearance</key>
36 <false/> 36 <false/>
37 <key>UISupportedInterfaceOrientations</key>
38 <array>
39 <string>UIInterfaceOrientationPortrait</string>
40 <string>UIInterfaceOrientationLandscapeLeft</string>
41 <string>UIInterfaceOrientationLandscapeRight</string>
42 </array>
43 <key>UISupportedInterfaceOrientations~ipad</key>
44 <array>
45 <string>UIInterfaceOrientationPortrait</string>
46 <string>UIInterfaceOrientationPortraitUpsideDown</string>
47 <string>UIInterfaceOrientationLandscapeLeft</string>
48 <string>UIInterfaceOrientationLandscapeRight</string>
49 </array>
37 <key>CFBundleDocumentTypes</key> 50 <key>CFBundleDocumentTypes</key>
38 <array> 51 <array>
39 <dict> 52 <dict>