Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在哪里设置我的自定义变量?
我想在 info.plist 文件中使用它。例如:
Bundle name = ${BUNDLE_NAME} Bundle identifier = com.mycompany.${BUNDLE_NAME}
您需要使用要添加/覆盖的键和值添加“配置设置文件”,例如:
BUNDLE_NAME = custom
然后,在配置下的项目信息窗格中,您需要选择要修改的配置并选择新创建的配置文件。