Skip to content

Commit c90fad4

Browse files
authored
Revert "(ios) Don't pre-fill orientation" (#901)
This reverts commit fb49478.
1 parent 8f4ddf5 commit c90fad4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist

+13
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,18 @@
3232
<string>CDVLaunchScreen</string>
3333
<key>UIRequiresFullScreen</key>
3434
<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+
<array>
43+
<string>UIInterfaceOrientationPortrait</string>
44+
<string>UIInterfaceOrientationLandscapeLeft</string>
45+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
46+
<string>UIInterfaceOrientationLandscapeRight</string>
47+
</array>
3548
</dict>
3649
</plist>

0 commit comments

Comments
 (0)