简体   繁体   中英

IOS: What is the purpose of the project attribute “product name”?

I ran into a problem where the solution seems to be to rename the "product name" property of my project.

I have tried to find an official description of this property, but I failed. What I did find was some Apple documentation that described it as "user facing". It's hard to accept that a user facing property doesn't reliably allow for anything but ASCII, so I have to ask: what is the purpose of "product name"? (other than an intermediary to derive other properties from)

Update: Also, if possible, would be interested in some sort of documentation. I've googled site:apple.com ios PRODUCT_NAME without much success.

Found a reference that (kind of) describes the property and what depends on it:

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM