0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Xcode】ReleaseとDebugでアプリアイコンを分ける

Posted at

はじめに

昨日、「ReleaseとDebugでBundleIDを分ける」という記事を書きました。
今日は、「ReleaseとDebugでアプリアイコンを分ける」です。

やりかた

① アイコンを2種類用意します
スクリーンショット 2023-10-05 21.35.11.png

② 本番用のアイコンをAppIconにセットします
スクリーンショット 2023-10-05 21.35.47.png

③ 左下の「+」を押します
④ 「iOS」を選択します
⑤ 「iOS App Icon」を選択します
スクリーンショット 2023-10-05 21.36.29.png

⑥ 任意の名前をつけます(今回はAppIcon-Devにしました)
スクリーンショット 2023-10-05 21.39.52.png

⑦ 開発用のアイコンをAppIcon-Devにセットします
スクリーンショット 2023-10-05 21.40.44.png

⑧ プロジェクトを選択します
⑨ ターゲットを選択します
⑩ 「Build Settings」を選択します
スクリーンショット 2023-10-05 21.41.24.png

Primary App Icon Set Nameを検索します
スクリーンショット 2023-10-05 21.43.54.png

⑫ 矢印をタップして下向きに変更します
スクリーンショット 2023-10-05 21.44.53.png

⑬ DebugにAppIcon-Devを設定します
スクリーンショット 2023-10-05 21.46.44.png

おわり

アプリアイコンを環境で分けることができました

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?