【macOS】Apps(LaunchPad)検索でアプリがヒットしない時の対処法
Katz
KALEIDOT
Apple Icon Image format(.icns)を生成にはmakeicnsを利用する。makeicnsは下記のコマンドでインストールする。
brew install makeicns画像ファイル(PNG・JPG)を用意して、makeicnsのコマンドを入力して、Apple Icon Image format(.icns)を生成する
makeicns -in [画像ファイル(PNG・JPG)]生成したApple Icon Image format(.icns)をプレビューで開いて確認します。以下のように16 × 16、32 × 32、48 × 48、128 × 128、256 × 256、512 × 512それぞれの画像が表示できていれば問題ありません。
