Add iPad split view support

This commit is contained in:
Zhiyuan Zheng 2022-02-06 17:34:38 +01:00
parent 9a22dc9204
commit 8fbe5d2cad
2 changed files with 4 additions and 2 deletions

View File

@ -71,13 +71,15 @@
<string>armv7</string> <string>armv7</string>
</array> </array>
<key>UIRequiresFullScreen</key> <key>UIRequiresFullScreen</key>
<true/> <false/>
<key>UIStatusBarHidden</key> <key>UIStatusBarHidden</key>
<true/> <true/>
<key>UISupportedInterfaceOrientations</key> <key>UISupportedInterfaceOrientations</key>
<array> <array>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array> </array>
<key>UIUserInterfaceStyle</key> <key>UIUserInterfaceStyle</key>
<string>Automatic</string> <string>Automatic</string>

View File

@ -3,7 +3,7 @@
"versions": { "versions": {
"native": "220204", "native": "220204",
"major": 3, "major": 3,
"minor": 3, "minor": 4,
"patch": 0, "patch": 0,
"expo": "44.0.0" "expo": "44.0.0"
}, },