集成工具iOS DeveloperiOS开发

[Fastlane笔记] 二. iOS Team中使用 Fast

2016-11-30  本文已影响1333人  afluy

如果团队中新来了童鞋, 可以让他执行下面的流程来配置 iOS 开发的证书和 profile

sudo bundle install
match development --readonly  //执行该命令时会要求输入解密密码
match adhoc --readonly  
match appstore --readonly 

命令执行成功后, Keychain 中会添加两个证书:

Paste_Image.png

~/Library/MobileDevice/Provisioning Profiles 目录中会添加三个新的 profile 文件

Signing(Debug) 中选择 match Development {{Bundle Identifier}}
Signing(Release) 中选择 match AppStore {{Bundle Identifier}}
Signing(AdHoc) 中选择 match AdHoc {{Bundle Identifier}}

Paste_Image.png

到此整个开发 Team 都只用 match 私有 git 库上的证书和 profile, 证书得到了统一管理 👏

上一篇 下一篇

猜你喜欢

热点阅读