We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4ddf5 commit c90fad4Copy full SHA for c90fad4
bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist
@@ -32,5 +32,18 @@
32
<string>CDVLaunchScreen</string>
33
<key>UIRequiresFullScreen</key>
34
<true/>
35
+ <key>UISupportedInterfaceOrientations</key>
36
+ <array>
37
+ <string>UIInterfaceOrientationPortrait</string>
38
+ <string>UIInterfaceOrientationLandscapeLeft</string>
39
+ <string>UIInterfaceOrientationLandscapeRight</string>
40
+ </array>
41
+ <key>UISupportedInterfaceOrientations~ipad</key>
42
43
44
45
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
46
47
48
</dict>
49
</plist>
0 commit comments