Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Retina ディスプレイをサポートするローカライズされたアプリ アイコンの表示に問題があります。
これはどのように行うことができますか?
Icon.png と Icon@2x.png をローカライズしてから、proj-Info.plist をローカライズして、別の画像にリンクしようとしました。
しかし、プロジェクト言語のアイコンしか表示されていません...
言語ごとに 1 つの infoplist.strings ファイルを作成する必要があります。そのために、language.lproj フォルダーを手動で作成し、各フォルダーに Infoplist.string ファイルを配置します。ファイル内に次のように入力します: CFBundleIconFile="Icon_en.png" または CFBundleIconFile = "Icon_pt.png"。