Coder Social home page Coder Social logo

fastlane-match-import's Introduction

把现有的证书迁移到match

match 官方文档推荐我们首先把所有的已有证书删除,已经上线的项目不太可能这样做,这个时候就需要手动加密


# 手动加密,把证书导出 cer 和 p12,把 mobileprovision 文件
# cer 文件用 cert_id_query.rb 查询 id 并命名
# mobileprovision 文件用 bundle_id 命名
# 放在 origins 文件夹里面,如下

origins
├── certs
│   ├── development
│   │   ├── foobar123.cer
│   │   └── foobar123.p12
│   └── distribution
│       ├── barfoo321.cer
│       └── barfoo321.p12
└── profiles
    ├── development
    │   └── com.foo.bar.mobileprovision
    └── distribution
        └── com.foo.bar.mobileprovision


# 准备完毕
$ ruby encrypt_all.rb
# 会生成加密后的 certs 和 profiles 文件夹

参考

fastlane-match-import's People

Contributors

bumaociyuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

cn27001

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.