Quote:
Originally Posted by Alx
Hi all,
I know how to internationalize my Icon.png file.
It's workign on my iPhone, and on the simulator.
But when I upload my application to itunesconnect,
I got this error message "The bundle did not contain an icon."
And I also know why... because there is no "Icon.png" file
at the root of my application.app folder (when I browse "package contents" in Finder)
because the 2 "Icon.png" files are in English.lproj and French.lproj folders.
If I put an "Icon.png" file at the root of the distribution app',
itunesconnect does accept it, but the Icon is not localized.
I can't solve this issue and didn't find any help on Internet.
Any help would be really appreciated.
Thanks in advance.
Best regards,
Alx
|
I have to admit, I never wanted to do that myself. Anyway, I'd first try this:
1) Right click on your info.plist
2) Choose "Get Info"
3) Click on "Make Localizable" button.
4) On top of that window now choose "General"
5) Then click on the "Add Localization" button and add your localizations
6) Now you have 2 different info.plist files and this should allow you to use 2 different icon images as well.
Again, I have not tested it, so maybe try it with a new project first.
Good luck.