mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
RNTester iOS: require arm64 device capabilities (#41551)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41551 We have since targeted iOS min SDK 13.4, it's time to move to `arm64`. Reference: https://developer.apple.com/documentation/bundleresources/information_property_list/uirequireddevicecapabilities?language=objc Changelog: [iOS][Fixed] Move UIRequiredDeviceCapabilities for RNTester to arm64 Reviewed By: cipolleschi Differential Revision: D51461103 fbshipit-source-id: 726ca1f37d249092e8f10c2043d0b696bf64aa7d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
228193dad5
commit
c7bd397dac
@@ -38,7 +38,7 @@
|
||||
<string>LaunchScreen</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<string>LaunchScreen</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
|
||||
Reference in New Issue
Block a user