Xcode variables

后端 未结 2 452
暗喜
暗喜 2021-01-29 18:45

In Xcode, I know that you can get variables such as PROJECT_DIR to use in some situations, such as a run script build phase. I am wondering if it\'s possible to get

2条回答
  •  不思量自难忘°
    2021-01-29 19:14

    The best source is probably Apple's official documentation. The specific variable you are looking for is CONFIGURATION.

提交回复
热议问题