diff --git a/index.html b/index.html index 21a82c3..652f210 100755 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@
- 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 @@
To generate and store new certificates and provisioning profiles run:
Or:
- 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 @@