Skip to content

Commit

Permalink
feat: add support for multiple windows on ipad + window resize on m1 …
Browse files Browse the repository at this point in the history
…macs

Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
moul committed Jan 19, 2022
1 parent 7ec5f6e commit 1566c1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rn/ios/BertyLabs/Info.plist
Original file line number Diff line number Diff line change
@@ -50,14 +50,19 @@
<string>OpenSans-SemiBold.ttf</string>
<string>OpenSans-SemiBoldItalic.ttf</string>
</array>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<false/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>

0 comments on commit 1566c1c

Please sign in to comment.