iPhone 构建配置 - Entitlements.plist
是否可以有两个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然。在构建设置中,您可以为特定构建配置指定不同的 Entitlements plist 文件。只需为“调试”设置适当的一项,为发布/分发等设置不同的一项。
这些设置称为“代码签名权利”或“CODE_SIGN_ENTITLMENTS”,具体取决于您是否设置了节目名称或标题。
只需指定您要使用的 Entitlements.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:
or