Difference between code signing target and project

可紊 提交于 2019-11-29 16:02:42

问题


I noticed that in Xcode I can set the Entitlements and Code signing settings both on:

  • the Project (double click on the top item in Groups & File, which has the name of the project)
  • the Target (under Targets, double click on your project name).

What's the difference between these two? I know that with header paths, one tends to override the other (without warning of course...).


回答1:


Target settings override Project settings. Project settings are valid for all Targets where the setting has not been overridden.



来源:https://stackoverflow.com/questions/3797370/difference-between-code-signing-target-and-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!