diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-04-09 13:18:53 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-04-09 13:18:53 +0200 |
| commit | 34ba3770ff154fb9860f92f48e5164eb535b7cb2 (patch) | |
| tree | 6febacee01ec267ae49396c546b7e8eed0ce16c9 | |
| parent | bdb2fee43c325bd3206da37ed6dbc964ab143765 (diff) | |
| parent | 4f27f6000cbcaca5932ea439bae0477b8769ccfb (diff) | |
| download | mullvadvpn-34ba3770ff154fb9860f92f48e5164eb535b7cb2.tar.xz mullvadvpn-34ba3770ff154fb9860f92f48e5164eb535b7cb2.zip | |
Merge branch 'update-build-instructions'
| -rw-r--r-- | ios/BuildInstructions.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md index c4b0fc4241..f7c0da466d 100644 --- a/ios/BuildInstructions.md +++ b/ios/BuildInstructions.md @@ -25,7 +25,8 @@ openssl req -new \ # Upload Certificate Signing Request (CSR) to Apple -1. Go to https://developer.apple.com/account/resources/certificates/add +1. Go to https://developer.apple.com/account/resources/certificates/list +1. Click the plus button (+) in the heading to create a new certificate 1. Select "Apple Distribution" option from the given list, press "Continue" 1. Select the previously created `cert_signing_request` file for upload 1. Download the provided `distribution.cer` on disk @@ -109,7 +110,8 @@ We will now create the provisioning profiles listed below using the Apple develo Follow these steps to add each of provisioning profiles: -1. Go to https://developer.apple.com/account/resources/profiles/add +1. Go to https://developer.apple.com/account/resources/profiles/list +1. Click the plus button (+) in the heading to create a new provisioning profile 1. Choose "App Store" under "Distribution", then hit "Continue" 1. Choose the App ID (see the table above) and hit "Continue" 1. Choose the distribution certificate that you had created after uploading the CSR |
