Skip to content

Commit bca7ab5

Browse files
committed
tweaking video and default repo to be orientation independent
1 parent c2e3e01 commit bca7ab5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

SampleApps/SwiftUI/BasicDemo/Info.plist

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,15 @@
4646
<true/>
4747
<key>UISupportedInterfaceOrientations</key>
4848
<array>
49+
<string>UIInterfaceOrientationLandscapeLeft</string>
50+
<string>UIInterfaceOrientationLandscapeRight</string>
4951
<string>UIInterfaceOrientationPortrait</string>
52+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
5053
</array>
5154
<key>UISupportedInterfaceOrientations~ipad</key>
5255
<array>
5356
<string>UIInterfaceOrientationPortrait</string>
5457
</array>
55-
<key>UISupportedInterfaceOrientations~iphone</key>
56-
<array>
57-
<string>UIInterfaceOrientationPortrait</string>
58-
</array>
5958
<key>UIUserInterfaceStyle</key>
6059
<string>Light</string>
6160
</dict>

docs/v0.8/VUps.mov

-22.3 MB
Binary file not shown.
-397 KB
Loading

0 commit comments

Comments
 (0)