I need to store a public key in a variable in my xcconfig file. As public keys are multiline, the project can't build if I just dump it in a variable in xcconfig.
I believe I can add it right in the Xcode's Build Settings tab but not sure how to do it via xcconfig.
How can I achieve this without creating multiple .plist or editing the Building Settings just for this purpose, and make it more dynamic? Feels like I am missing something.