How do I change the display name in Xcode 5? [closed]

余生颓废 提交于 2019-12-18 04:54:22

问题


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.


回答1:


Change "Bundle display name" in your PLIST file.




回答2:


Bundle Display Name appears when you install the build on a device. To change the name of your archive, change Bundle Name and Executable File as well.



来源:https://stackoverflow.com/questions/19337639/how-do-i-change-the-display-name-in-xcode-5

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!