3
3

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 5 years have passed since last update.

開発したiOSキーボードの名前を変える

Posted at
  1. キーボードのターゲットを作成した時に作られたグループ配下にある Info.plist の Bundle display name を変更する
    • キーボード名は変わったけどこれだけだとアプリ名が変わらない
    • キーボード選択では {キーボード名} - {アプリ名} という表記になる
  2. プロジェクトを選択して Targets の中にあるアプリを選択して Product name を変更
    • プロジェクトのトップの Product name を変更しても変わらない
    • キーボード名と一致していればキーボード選択でキーボード名だけが表示されるようになる
3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?