标签: git apple-push-notifications fastlane fastlane-match
我使用Fastlane Match来管理iOS上的证书和配置。 这个工具非常酷,我想激励我管理我的推送通知证书和p12。
我正在使用pem创建p12文件,我想在我的git仓库中将其与其他证书一起存储。
我不知道该怎么做:
答案 0 :(得分:0)
要创建Fastfile,您可以从项目目录运行fastlane init。要创建fastlane plug_in,您可以从项目目录中运行fastlane new_plugin。
fastlane init
fastlane plug_in
fastlane new_plugin
Here are instructions to create a new plugin
Here are instructions to set up your project for fastlane