tags:

views:

27

answers:

2

I'm guessing no, but would love to be wrong. I would like to use a bundle display name for my universal app that shows great on the iPad and iPhone 4, but is too long (has ellipses) on older iPhone models. I'd like to specify the full bundle display name on the former two platforms, and then specify a shorter name on older iPhone models. Is there any way to do this?

+1  A: 

My first guess would be InfoPlist~ipad.strings.

tc.
Oh neat, I didn't know about that. Apparently I should be able to set a CFBundleDisplayName~ipad key in the Info.plist as well. I can't find a way to differentiate iPhone 4 though.
Hilton Campbell
Unlikely to work, but [email protected] or CFBundleDisplayName@2x?
tc.
+1  A: 

As of iOS 4.1 there isn't any way to do this. You can specify different bundle display names for iPad vs. iPhone, but there's no way to specify different bundle display names for the old iPhone vs. iPhone 4.

Hilton Campbell