Currently, I have a custom user defined build settings in which I set the DISPLAY_NAME.
Then, in the General tab of Build Settings, in the display name column, I fetch this value as $(DISPLAY_NAME) from my user defined build settings.
I want to instead read the Display Name and set the general build settings from my Info.plist file. How can I do this?