是否应该在XCode项目中将证书和fastlane文件提交给git?

时间:2017-03-06 04:33:53

标签: ios swift xcode fastlane

我创建了一个配置文件,使用fastlane将iOS应用程序部署到测试航班。

以下是我添加到.gitignore

的文件列表
  • fastlane / report.xml
  • fastlane / Preview.html
  • fastlane / screenshots
  • fastlane / test_output
  • FASTLANE / README.md

我是否还要将以下文件添加到.gitignore?

  • 文件夹/证书中的文件
  • FASTLANE / Appfile
  • FASTLANE /中fastfile

1 个答案:

答案 0 :(得分:2)

我不使用testflight动作,但我确实使用了fastlane,所以我知道你绝对想要添加:

  • FASTLANE /中fastfile
  • FASTLANE / Appfile

Fastfile包含你的车道本身的逻辑。

我还想象如果你想从其他机器运行fastlane,你会想要将你的证书添加到你的仓库。