We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0341070 + d59899b commit df60ebfCopy full SHA for df60ebf
Projects/App/Support/Info.plist
@@ -67,5 +67,12 @@
67
<array>
68
<string>UIInterfaceOrientationPortrait</string>
69
</array>
70
+ <key>UISupportedInterfaceOrientations~ipad</key>
71
+ <array>
72
+ <string>UIInterfaceOrientationLandscapeLeft</string>
73
+ <string>UIInterfaceOrientationLandscapeRight</string>
74
+ <string>UIInterfaceOrientationPortrait</string>
75
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
76
+ </array>
77
</dict>
78
</plist>
0 commit comments