Skip to main content

アプリ表示名を設定する

  1. Target > General > Identity > Display Name
    • Bundle display name (CFBundleDisplayName) が設定される
  2. Project > Localizations で 言語を追加
  3. File > New > String Catalog
    • 名前に InfoPlist を指定
    • InfoPlist.xcstrings が作成される
  4. いったんビルド
    • InfoPlist.xcstrings にキーが追加される

あとからキー追加はどうやるかは未確認