Browse Source

fastlane,ios: make contact information configurable

j8
Saúl Ibarra Corretgé 5 years ago
parent
commit
027c6ddad0
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      ios/fastlane/Fastfile

+ 3
- 0
ios/fastlane/Fastfile View File

@@ -66,6 +66,9 @@ platform :ios do
66 66
       beta_app_feedback_email: ENV["JITSI_REVIEW_EMAIL"],
67 67
       beta_app_review_info: {
68 68
         contact_email: ENV["JITSI_REVIEW_EMAIL"],
69
+        contact_first_name: ENV["JITSI_REVIEW_NAME"],
70
+        contact_last_name: ENV["JITSI_REVIEW_SURNAME"],
71
+        contact_phone: ENV["JITSI_REVIEW_PHONE"],
69 72
         demo_account_name: ENV["JITSI_DEMO_ACCOUNT"],
70 73
         demo_account_password: ENV["JITSI_DEMO_PASSWORD"],
71 74
       },

Loading…
Cancel
Save