Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 846
Rae Avatar asked Mar 29 '11 01:03

Rae


1 Answers

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

like image 76
Anomie Avatar answered Sep 28 '22 04:09

Anomie