How to remove UIRequiredDeviceCapabilities

We had to switch from OpenGL to Metal as of 4.20 but now, when I upload the package, get the warning below:

“This bundle is invalid. The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions.”

That’s why I just want to remove Metal in UIRequiredDeviceCapabilities but still recover Metal feature. How can I achieve this?