Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 6163234

Browse files
author
Rad Azzouz
committed
Merge pull request #259 from AgileBits/rad/fix/force-the-swift-demo-apps-to-portrait-mode
[FIXED] Forcing the Swift demo apps to portrait mode.
2 parents aaa4099 + ef6883e commit 6163234

File tree

2 files changed

+0
-4
lines changed
  • Demos
    • App Demo for iOS Swift/App Demo for iOS Swift
    • WebView Demo for iOS Swift/WebView Demo for iOS Swift

2 files changed

+0
-4
lines changed

Demos/App Demo for iOS Swift/App Demo for iOS Swift/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
<key>UISupportedInterfaceOrientations</key>
4343
<array>
4444
<string>UIInterfaceOrientationPortrait</string>
45-
<string>UIInterfaceOrientationLandscapeLeft</string>
46-
<string>UIInterfaceOrientationLandscapeRight</string>
4745
</array>
4846
<key>UISupportedInterfaceOrientations~ipad</key>
4947
<array>

Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
<key>UISupportedInterfaceOrientations</key>
5353
<array>
5454
<string>UIInterfaceOrientationPortrait</string>
55-
<string>UIInterfaceOrientationLandscapeLeft</string>
56-
<string>UIInterfaceOrientationLandscapeRight</string>
5755
</array>
5856
<key>UISupportedInterfaceOrientations~ipad</key>
5957
<array>

0 commit comments

Comments
 (0)