@@ -78,13 +78,13 @@ platform :ios do
7878 api_key : api_key ,
7979 app_identifier : "v2er.app" ,
8080 skip_submission : false ,
81- distribute_external : true , # 发布到外部测试者(公测)
82- groups : [ "Public Beta" , "External Testers" , "Beta Testers" ] , # 公测群组
83- notify_external_testers : true , # 发送邮件通知
81+ distribute_external : true , # Distribute to external testers (public beta)
82+ groups : [ "Public Beta" , "External Testers" , "Beta Testers" ] , # Public beta groups
83+ notify_external_testers : true , # Send email notifications
8484 uses_non_exempt_encryption : false ,
85- submit_beta_review : true , # 自动提交Beta审核
85+ submit_beta_review : true , # Automatically submit for Beta review
8686 wait_for_uploaded_build : true ,
87- beta_app_description : "V2er 是一个优雅的 V2EX 第三方客户端 " ,
87+ beta_app_description : "V2er is an elegant third-party client for V2EX forum " ,
8888 beta_app_feedback_email : "support@v2er.app" ,
8989 demo_account_required : false ,
9090 beta_app_review_info : {
@@ -94,7 +94,7 @@ platform :ios do
9494 contact_phone : "+86 1234567890" ,
9595 demo_account_name : "" ,
9696 demo_account_password : "" ,
97- notes : "这是一个 V2EX 论坛的第三方客户端应用,测试不需要特殊账号。 "
97+ notes : "This is a third-party client app for V2EX forum. No special account needed for testing. "
9898 }
9999 )
100100
@@ -163,24 +163,24 @@ platform :ios do
163163 skip_waiting_for_build_processing : false , # Wait for processing before distribution
164164 wait_processing_interval : 30 , # Check every 30 seconds
165165 wait_processing_timeout_duration : 900 , # Wait up to 15 minutes for processing
166- distribute_external : true , # 发布到外部测试者(公测)
166+ distribute_external : true , # Distribute to external testers (public beta)
167167 distribute_only : false , # Upload and distribute in one action
168- groups : [ "Public Beta" , "External Testers" , "Beta Testers" ] , # 公测群组
168+ groups : [ "Public Beta" , "External Testers" , "Beta Testers" ] , # Public beta groups
169169 changelog : "Bug fixes and improvements" ,
170- notify_external_testers : true , # 发送邮件通知给外部测试者
170+ notify_external_testers : true , # Send email notifications to external testers
171171 uses_non_exempt_encryption : false , # Required for automatic distribution
172- submit_beta_review : true , # 自动提交Beta审核
173- beta_app_description : "V2er 是一个优雅的 V2EX 第三方客户端 " ,
172+ submit_beta_review : true , # Automatically submit for Beta review
173+ beta_app_description : "V2er is an elegant third-party client for V2EX forum " ,
174174 beta_app_feedback_email : "support@v2er.app" ,
175- demo_account_required : false , # 不需要演示账号
175+ demo_account_required : false , # No demo account required
176176 beta_app_review_info : {
177177 contact_email : "support@v2er.app" ,
178178 contact_first_name : "V2er" ,
179179 contact_last_name : "Support" ,
180180 contact_phone : "+86 1234567890" ,
181181 demo_account_name : "" ,
182182 demo_account_password : "" ,
183- notes : "这是一个 V2EX 论坛的第三方客户端应用,测试不需要特殊账号。 "
183+ notes : "This is a third-party client app for V2EX forum. No special account needed for testing. "
184184 }
185185 )
186186
0 commit comments