-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
39 lines (39 loc) · 1.15 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"project_name": "",
"project_scheme_list": [
],
"project_scheme_index": 0,
"apple_account_team_id": "",
"development_provisioning_profiles": {
"bundleID": "provisioning_profiles_uuid"
},
"distribution_provisioning_profiles": {
"bundleID": "provisioning_profiles_uuid"
},
"adhoc_provisioning_profiles": {
"bundleID": "provisioning_profiles_uuid"
},
"distribution_method": "app-store",
"upload_pgy_enable": false,
"pgy_api_key": "***",
"upload_app_sotre_enable": false,
"upload_app_store_account_type": 1,
"apple_account_user": "***@gmail.com",
"apple_account_password": "***",
"auth_key_file_name": "AuthKey_******.p8",
"apple_account_apiKey": "******",
"apple_account_apiIssuer": "******",
"send_email_enable": true,
"email_host": "smtp.163.com",
"email_port": 465,
"email_sender_user": "***@163.com",
"email_sender_psw": "***",
"email_receivers": [
"***@163.com"
],
"add_build_number_enable": true,
"log_enable": true,
"github_access_token" : "",
"github_repo_url" : "",
"testflight_external_group_name" : ""
}