How can I change app name?

I've tried the various methods listed in the forums, but it doesn't work so I ask a question
Here's how I tried:
  • Build Settings> Change "Product Name"

  • TARGETS> Select app> Change "Display Name"

  • Project Navigator> Select project name> Double-click> Change "project name"> Rename> Mange Scheme> Change "Scheme name"

  • info.plist> Change "Bundle Display Name"

After doing the above 4 methods, Clean> Build and install the app on the device.

Is there any other way?

The app is released on the App store.

Accepted Reply

I solved it by changing the CBBundleDisplayName in the InfoPlist.strings files.
  • This method didn't work for Safari Extensions.

Add a Comment

Replies

I solved it by changing the CBBundleDisplayName in the InfoPlist.strings files.
  • This method didn't work for Safari Extensions.

Add a Comment

@DSNET If you want to change the displayed extension name on Safari's Preferences window, changing CFBundleDisplayName (not CBBundleDisplayName) should work for Safari extensions too, but you need to reopen Safari to reflect it.

I've tried all your ways to change display name. But it always set to a certain value rather than a variable value declared in .xcconfig file when I reopen Xcode next time . Does anyone have a solution to this issue?