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
       beta_app_feedback_email: ENV["JITSI_REVIEW_EMAIL"],
66
       beta_app_feedback_email: ENV["JITSI_REVIEW_EMAIL"],
67
       beta_app_review_info: {
67
       beta_app_review_info: {
68
         contact_email: ENV["JITSI_REVIEW_EMAIL"],
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
         demo_account_name: ENV["JITSI_DEMO_ACCOUNT"],
72
         demo_account_name: ENV["JITSI_DEMO_ACCOUNT"],
70
         demo_account_password: ENV["JITSI_DEMO_PASSWORD"],
73
         demo_account_password: ENV["JITSI_DEMO_PASSWORD"],
71
       },
74
       },

Loading…
Cancel
Save