IOS: 项目属性 "product name" 的用途是什么?
IOS: What is the purpose of the project attribute "product name"?
I ran into a problem 解决方案似乎是重命名我项目的 "product name" 属性。
我试图找到关于此 属性 的官方描述,但我失败了。我做过 找到的是一些 Apple 文档,将其描述为 "user facing"。很难接受面对 属性 的用户除了 ASCII 之外什么都不可靠,所以我不得不问:"product name" 的目的是什么? (从中获取其他属性的中介除外)
更新: 另外,如果可能的话,会对某种文档感兴趣。我用谷歌搜索 site:apple.com ios PRODUCT_NAME
但没有成功。
发现 a reference(有点)描述了 属性 以及依赖于它的内容:
PRODUCT_NAME
Description:
Identifier. Specifies the name of the product the target builds.
Default value:
The name of the target at the time it was created.
Example value:
MyProduct
Affects:
EXECUTABLE_NAME, WRAPPER_NAME.
I ran into a problem 解决方案似乎是重命名我项目的 "product name" 属性。
我试图找到关于此 属性 的官方描述,但我失败了。我做过 找到的是一些 Apple 文档,将其描述为 "user facing"。很难接受面对 属性 的用户除了 ASCII 之外什么都不可靠,所以我不得不问:"product name" 的目的是什么? (从中获取其他属性的中介除外)
更新: 另外,如果可能的话,会对某种文档感兴趣。我用谷歌搜索 site:apple.com ios PRODUCT_NAME
但没有成功。
发现 a reference(有点)描述了 属性 以及依赖于它的内容:
PRODUCT_NAME
Description: Identifier. Specifies the name of the product the target builds.
Default value: The name of the target at the time it was created.
Example value: MyProduct
Affects: EXECUTABLE_NAME, WRAPPER_NAME.