How to define the iOS app compatibility listed on App Store

How can I specify that my app is only compatible with iPhone X or newer? When I upload it to the app store it has a long list of devices ( see image below )

I’m using my macbook with Unreal Engine 4.23 to build for iOS.

Am I supposed to use this key inside the info.plist? UIRequiredDeviceCapabilities

I found this page that describes it but I don’t understand how to use it or change it in Unreal Engine:
[UIRequiredDeviceCapabilities documentation][2]

I found this file UEDeployIOS.cs. It’s located here on Windows:
C:\Program Files\Epic Games\UE_4.23\Engine\Source\Programs\UnrealBuildTool\Platform\IOS

I’m guessing that is where Unreal Engine defines it before building?