Skip to content

Commit 90db633

Browse files
committed
fix: add UIRequiresFullScreen key to Info.plist
1 parent 6f8d043 commit 90db633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/App/App/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
15+
<key>UIRequiresFullScreen</key>
16+
<true/>
1517
<key>CFBundleName</key>
1618
<string>$(PRODUCT_NAME)</string>
1719
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)