If my app's product name was "AppName: Some Description", I just want "AppName" to show as a name underneath the app icon on iOS home screen. I did some searching and found this SO question (Change name of iPhone app in Xcode 4). I'm using Xcode 6 and I cannot find the Bundle Display Name in the Info.plist. Can someone please tell me how to do this in Xcode 6.
Thanks
Update:
Simply place your cursor to the Info.plist and click on the + button. Select "Bundle display name" and insert name in the value section.