小智 29
例子
<key>CFBundleDisplayName</key>
<string>App Name</string>
Run Code Online (Sandbox Code Playgroud)
在您本地化的 InfoPlist.string 中,不要使用空格,而是使用 unicode 字符 "No-break space" :
http://www.fileformat.info/info/unicode/char/00a0/index.htm
所以你在 InfoPlist.string 中的行应该是这样的:
"CFBundleDisplayName" = "My\U00A0app";
| 归档时间: |
|
| 查看次数: |
13640 次 |
| 最近记录: |