【发布时间】:2021-10-25 01:20:54
【问题描述】:
我们的组织使用 Fastlane 来管理协同设计的内容。我们已经设置了 github repo 并使用了一段时间。
对于 Xcode13,我们在授权文件中添加了时间敏感的用户通知功能。
<key>com.apple.developer.usernotifications.time-sensitive</key>
<true/>
根据我的研究,我们似乎必须重新生成配置文件。如何使用 Fastlane 实现这一目标?
以正确的方式使用sigh?我犹豫要不要采取任何行动,因为所有 iOS 开发人员都共享证书 git repo,所以我非常谨慎。
【问题讨论】:
标签: xcode code-signing fastlane code-signing-entitlements fastlane-match