I'm looking for a way to change the app's name from code. I searched a lot and found that it depends on the entry Bundle name in the Info.plist file, and that it's read only so there is no way to change key values.
However, it's default value is $(PRODUCT_NAME) which seems to me as an environment variable or something like that. So my question is, if there is some way to change this $(PRODUCT_NAME) "variable" value in order to affect the entry value too.