I want to change the app name irrespective of the target name because each time I need to change the app name I have to change the target name and I need to do pod install
so I found a solution i.e. change the Product Name
under Packaging
.
I have localized app names in my InfoPlist.strings
, so If I change the Product Name
under Packaging
the system doesn't take app name from InfoPlist.strings
file.
I tried something like this $(CFBundleDisplayName)
, how do I solve this issue?