Where are ${EXECUTABLE_NAME} and ${PRODUCT_NAME} defined

前端 未结 2 1651
孤街浪徒
孤街浪徒 2020-12-12 17:11

Where can I find information on how to modify these

  • ${EXECUTABLE_NAME}
  • ${PRODUCT_NAME}

These are only displa

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-12 17:40

    I think the $ represents the variable productName & executableName as the $ is used in unix. The variables are set in the build setting of the application. So you should not change the product name directly in the plist file. Instead, go to build settings, search for product name and change it.

提交回复
热议问题