Fix typo in UIRequiredDeviceCapabilities for iOS (#8036)

This commit is contained in:
Mario Vitale 2024-06-24 18:05:22 +02:00 committed by GitHub
parent 1e01a6c709
commit c6725ab6d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv64</string>
<string>arm64</string>
</array>
<key>UIRequiresFullScreen</key>
<false/>