Skip to content

Commit 1566c1c

Browse files
committed
feat: add support for multiple windows on ipad + window resize on m1 macs
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
1 parent 7ec5f6e commit 1566c1c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rn/ios/BertyLabs/Info.plist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,19 @@
5050
<string>OpenSans-SemiBold.ttf</string>
5151
<string>OpenSans-SemiBoldItalic.ttf</string>
5252
</array>
53+
<key>UIApplicationSceneManifest</key>
54+
<dict>
55+
<key>UIApplicationSupportsMultipleScenes</key>
56+
<true/>
57+
</dict>
5358
<key>UILaunchStoryboardName</key>
5459
<string>LaunchScreen</string>
5560
<key>UIRequiredDeviceCapabilities</key>
5661
<array>
5762
<string>armv7</string>
5863
</array>
5964
<key>UIRequiresFullScreen</key>
60-
<true/>
65+
<false/>
6166
<key>UISupportedInterfaceOrientations</key>
6267
<array>
6368
<string>UIInterfaceOrientationPortrait</string>

0 commit comments

Comments
 (0)