OSDN Git Service

Xcode8でビルドするとアプリケーション名のローカライズがうまくいかないため
authormasakih <masakih@users.sourceforge.jp>
Sat, 3 Dec 2016 11:58:27 +0000 (20:58 +0900)
committermasakih <masakih@users.sourceforge.jp>
Sat, 3 Dec 2016 11:58:27 +0000 (20:58 +0900)
KCD/KCD-Info.plist
KCD/ja.lproj/InfoPlist.strings
KCD/zh-Hant-TW.lproj/InfoPlist.strings

index 8b77e8a..bdc3c43 100644 (file)
@@ -4,6 +4,8 @@
 <dict>
        <key>CFBundleDevelopmentRegion</key>
        <string>ja_JP</string>
+       <key>CFBundleDisplayName</key>
+       <string>${PRODUCT_NAME}</string>
        <key>CFBundleDocumentTypes</key>
        <array>
                <dict>
index 93e7eaf..78e2c00 100644 (file)
@@ -1,3 +1,4 @@
 /* Localized versions of Info.plist keys */
 
 CFBundleName = "艦娘は今日も元気です。";
+CFBundleDisplayName = "艦娘は今日も元気です。";
index acf071e..f337f48 100644 (file)
@@ -1,3 +1,4 @@
 /* Localized versions of Info.plist keys */
 
 CFBundleName = "艦娘今天是健康的";
+CFBundleDisplayName = "艦娘今天是健康的";