iPhone 构建配置 - Entitlements.plist

发布于 2024-08-20 21:46:36 字数 76 浏览 3 评论 0原文

是否可以有两个 Entitlements.plist 文件,以便调试器可以附加的文件与调试构建配置相关联,而没有的文件则与发布配置相关联?

Is it possible to have two Entitlements.plist files so that the one which the debugger can attach is associated with the debug build configuration whilst the one without would be associated with the release configuration?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

用心笑 2024-08-27 21:46:36

当然。在构建设置中,您可以为特定构建配置指定不同的 Entitlements plist 文件。只需为“调试”设置适当的一项,为发布/分发等设置不同的一项。

这些设置称为“代码签名权利”或“CODE_SIGN_ENTITLMENTS”,具体取决于您是否设置了节目名称或标题。

只需指定您要使用的 Entitlements.plist 文件的名称,例如:

Entitlements-Debug.plist

Entitlements-Distribution.plist

Sure. In the build settings, you can specify a different Entitlements plist file for specific build configurations. Just set the appropriate one for Debug and a different one for release/distribution etc.

The settings is called "Code Signing Entitlements" or "CODE_SIGN_ENTITLEMENTS" depending on whether you have show names or titles set.

Just specify the name of the Entitlements.plist file you wish to use, eg:

Entitlements-Debug.plist

or

Entitlements-Distribution.plist
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文