Skip to content

Commit

Permalink
fastlane,ios: make contact information configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Apr 23, 2020
1 parent 8648a5a commit 027c6dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ platform :ios do
beta_app_feedback_email: ENV["JITSI_REVIEW_EMAIL"],
beta_app_review_info: {
contact_email: ENV["JITSI_REVIEW_EMAIL"],
contact_first_name: ENV["JITSI_REVIEW_NAME"],
contact_last_name: ENV["JITSI_REVIEW_SURNAME"],
contact_phone: ENV["JITSI_REVIEW_PHONE"],
demo_account_name: ENV["JITSI_DEMO_ACCOUNT"],
demo_account_password: ENV["JITSI_DEMO_PASSWORD"],
},
Expand Down

0 comments on commit 027c6dd

Please sign in to comment.