Packaging file using Plugin in iOS the filename case changes

I tried to add a file to IPA by RuntimeDependencies of ModuleRules, in IPA filename’s case is lowered.

The file is needed by SDK, so file case should not change.

Is there a way to keep a filename’s case in iOS?

or what is the correct way to add files to the IPA’s root from the plugin not using RuntimeDependencies?