[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleDisplayName"]
此API返回plist中的Bundle Display Name.
但是我的应用程序已本地化并具有不同的显示名称
所以我需要获得本地化的显示名称,InfoPlist.strings因为设备语言设置会有所不同.
InfoPlist.strings
bundle objective-c ios
bundle ×1
ios ×1
objective-c ×1