We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec5f6e commit 1566c1cCopy full SHA for 1566c1c
rn/ios/BertyLabs/Info.plist
@@ -50,14 +50,19 @@
50
<string>OpenSans-SemiBold.ttf</string>
51
<string>OpenSans-SemiBoldItalic.ttf</string>
52
</array>
53
+ <key>UIApplicationSceneManifest</key>
54
+ <dict>
55
+ <key>UIApplicationSupportsMultipleScenes</key>
56
+ <true/>
57
+ </dict>
58
<key>UILaunchStoryboardName</key>
59
<string>LaunchScreen</string>
60
<key>UIRequiredDeviceCapabilities</key>
61
<array>
62
<string>armv7</string>
63
64
<key>UIRequiresFullScreen</key>
- <true/>
65
+ <false/>
66
<key>UISupportedInterfaceOrientations</key>
67
68
<string>UIInterfaceOrientationPortrait</string>
0 commit comments