问题
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