diff --git a/index.html b/index.html index 21a82c3..652f210 100755 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@
How to use Git for code signing:

- The basic requirement is to have one code signing identity shared across your team. The easiest way to do that is to create a new Apple ID for the team (e.g. ios-dev@company.com) and use that from now on. To get started: + The basic requirement is to have one code signing identity shared across your team. The easiest way to do that is to create a new Apple ID for the team (e.g. ios-dev@company.com) and use that from now on. To get started:

1. First, create a new, private Git repo in which you can store the profiles. @@ -194,7 +194,7 @@

Making things simple with match

- To make it easy for you to implement this new approach to code signing, fastlane now provides a new tool called match. + To make it easy for you to implement this new approach to code signing, fastlane now provides a new tool called match.

match takes care of all the heavy lifting for you, including: @@ -223,27 +223,27 @@

To get started, create a new private Git repo and run:

- match init + fastlane match init
match init

To generate and store new certificates and provisioning profiles run:

- match appstore + fastlane match appstore

Or:

- match development + fastlane match development
match appstore

- On a new machine, just run match appstore to install the existing certificates. + On a new machine, just run fastlane match appstore to install the existing certificates.

- If you never really cared about code signing and have a messy Apple Developer account with a lot of invalid, expired or Xcode managed profiles/certificates, you can use the match nuke command to completely clear your developer portal. + If you never really cared about code signing and have a messy Apple Developer account with a lot of invalid, expired or Xcode managed profiles/certificates, you can use the fastlane match nuke command to completely clear your developer portal.

This command will revoke all certificates and provisioning profiles for a specific environment. @@ -252,13 +252,13 @@

Simply run:

- match nuke development -
match nuke distribution + fastlane match nuke development +
fastlane match nuke distribution
100% Cpen Source - + get match on fastlane