Localized App Icons with Retina Display for iOS

﹥>﹥吖頭↗ 提交于 2019-12-08 01:38:45

问题


I have issues showing a localized app icon with retina display support.

How could this be done?

I tried to make Icon.png and Icon@2x.png localized, then I tried to make the proj-Info.plist localized and try to link to different Images.

But only the Icon of the project language are being shown...


回答1:


You need to create one infoplist.strings file for each of the language. For that, create language.lproj folders manually and put Infoplist.string file in each of the folder. Inside the file enter the following: CFBundleIconFile="Icon_en.png" or CFBundleIconFile = "Icon_pt.png".



来源:https://stackoverflow.com/questions/5762751/localized-app-icons-with-retina-display-for-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!