views:

220

answers:

0

Ok, this one is driving me crazy...

I've had my app icon localized using InfoPlist.strings with language-specific CFBundleIconFile values (selecting different icon for each of the supported languages).

Since iOS 4 this method no longer works, and I'm struggling to find one that does.

Apple docs state that it should be enough to put correct Icon.png files in the appropripate language.lproj folders, but this doesn't seem to work for app icons (everything else gets localized just fine).

I wonder if someone has found any solution that works?

Thanks.