Is there a way to set different CFBundleDisplayName for iPad and iPhone?

拟墨画扇 提交于 2019-12-30 06:44:12

问题


I don't know why but in iPad, the app name can be displayed completely. However, in I put the same app in iPhone with universal binary, the app name is truncated.

Is there a way that I can set different app name for iPad version and iPhone version within the universal binary??

Thanks!


回答1:


Yes, just set the iPad-specific name in CFBundleDisplayName~ipad.



来源:https://stackoverflow.com/questions/5466858/is-there-a-way-to-set-different-cfbundledisplayname-for-ipad-and-iphone

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