maxkomarychev / react-native-ultimate-config

Config that works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Injecting values in arbitrary plist files on IOS

vladamx opened this issue · comments

Is it possible to inject values from env file in arbitrary plist files in root?
For example AppCenter-Config.plist

Thanks.

Hi,

it is not possible to inject values into such files using builtin capabilities of xcode (it doesn't interpolate values in plist files other that info.plist) however you can use hooks capability and copy prepared plist files from to your project. An example of how hooks can be used is located here