Cannot find CFBundleDisplayName in info.plist file

Hi, I have a question, I added CFBundleDisplayName in info.plist file on my app, but unable to see the same when I open the info.plist file under ./Payload/MyAPP.app.

**** Additional Details***

  1. Building archive using "xcodebuild -scheme" command(CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO).
  2. Generating IPA using "xcodebuild -exportArchive" command.

Thanks

How exactly did you set this value?

Thanks for the reply. I am using below key value in info.plist file.

CFBundleDisplayName $(PRODUCT_NAME)

What screens or Xcode features do you use to accomplish this? If you're not doing this through the the General tab of your target's configuration, which is the preferred path, is there a specific reason why?

Cannot find CFBundleDisplayName in info.plist file
 
 
Q