How can I read a custom key's value in Info.plist and use it in Xcode's build settings?

Viewed 3968

I am attempting to read a custom info.plist key's value into a User Defined Build Setting.

The 'APP_VERSION' is a macro defined in my INFOPLIST_PREPROCESSOR_DEFINITIONS file.

What I am trying to accomplish is getting macro definitions from my INFOPLIST_PREPROCESSOR_DEFINITIONS file into build settings based on different configurations.

I am going about this the wrong way? Or am I just missing something.

info.plist custom key

build settings

1 Answers
Related