-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.json
30 lines (30 loc) · 886 Bytes
/
build.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
{
"android": {
"debug": {
"keystore": "fd.keystore",
"storePassword": "123456",
"alias": "myalias",
"password" : "123456"
},
"release": {
"keystore": "fd.keystore",
"storePassword": "123456",
"alias": "myalias",
"password" : "123456"
}
},
"ios" :{
"debug" :{
"developmentTeam": "7YY4NV42A9",
"provisioningProfile": "61ad40ab-c955-466f-8697-18f30eb95da9",
"codeSignIdentity": "iPhone Distribution",
"packageType": "enterprise"
},
"release": {
"developmentTeam": "7YY4NV42A9",
"provisioningProfile": "61ad40ab-c955-466f-8697-18f30eb95da9",
"codeSignIdentity": "iPhone Distribution",
"packageType": "enterprise"
}
}
}