Fix typo in UIRequiredDeviceCapabilities for iOS (#8036)
This commit is contained in:
parent
1e01a6c709
commit
c6725ab6d3
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
<string>LaunchScreen</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv64</string>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>UIRequiresFullScreen</key>
|
||||
<false/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue