From 027c6ddad0b61560a3c761c454dbecd0e7fabaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 23 Apr 2020 11:34:31 +0200 Subject: [PATCH] fastlane,ios: make contact information configurable --- ios/fastlane/Fastfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index da2bb89ff..20ec61e4d 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -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"], },