How do I change the display name in Xcode 5?

ios, iphone, xcode5

Solution

Change "Bundle display name" in your PLIST file.

Problem

I clicked on TARGET > INFO then changed BUNDLE DISPLAY NAME to what I want it to be, but when I archive it, the previous name (same as the target name) is still there.

Original source