Skip to content

Commit

Permalink
docs: update Heroku instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Jun 25, 2021
1 parent cb6f34c commit d523377
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,21 @@
"value": ""
},
"PROFILE_CERT_BASE64": {
"description": "Your signing profile's certificate (p12). You have to encode it as base64. Use the following link: (Safari unsupported!) - https://git.io/base64z - click on 'Open file as input' in the top-right corner, and when you get a bunch of letters as 'Output', paste them here.",
"description": "Your signing profile's certificate (p12). This is always required, no matter what signing method you use. You have to encode the file as base64. Use the following link: (Safari unsupported!) - https://git.io/base64z - click on 'Open file as input' in the top-right corner, and when you get a bunch of letters as 'Output', paste them here.",
"value": ""
},
"PROFILE_PROV_BASE64": {
"description": "Your signing profile's provisioning profile (mobileprovision). If you don't have one, leave this empty and use a developer account instead. You have to encode it as base64. Use the following link: (Safari unsupported!) - https://git.io/base64z - click on 'Open file as input' in the top-right corner, and when you get a bunch of letters as 'Output', paste them here.",
"description": "Your signing profile's provisioning profile (mobileprovision). If you have a developer account, leave this empty and fill in your account details instead. Otherwise, you have to encode the provisioning profile as base64. Use the following link: (Safari unsupported!) - https://git.io/base64z - click on 'Open file as input' in the top-right corner, and when you get a bunch of letters as 'Output', paste them here.",
"required": false,
"value": ""
},
"PROFILE_ACCOUNT_NAME": {
"description": "Your Apple developer account's username. Leave empty if you have a provisioning profile.",
"description": "Your Apple developer account's name (e-mail). If you don't have one, but you have a manual provisioning profile, leave this empty and fill in the profile instead.",
"required": false,
"value": ""
},
"PROFILE_ACCOUNT_PASS": {
"description": "Your Apple developer account's password. Leave empty if you have a provisioning profile.",
"description": "Your Apple developer account's password. If you don't have one, but you have a manual provisioning profile, leave this empty and fill in the profile instead.",
"required": false,
"value": ""
}
Expand Down

0 comments on commit d523377

Please sign in to comment.