-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.json
36 lines (36 loc) · 898 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
31
32
33
34
35
36
{
"ios": {
"debug": {
"packageType": "development",
"developmentTeam": "K4L62494Y2",
"codeSignIdentity": "iPhone Developer",
"provisioningProfile": "edc38d8c-6ab5-4be1-a551-e41b9de5d928",
"buildFlag": [
"-UseModernBuildSystem=0"
]
},
"release": {
"packageType": "app-store",
"developmentTeam": "K4L62494Y2",
"codeSignIdentity": "iPhone Distribution",
"provisioningProfile": "6c6b640c-1348-4c8d-a1f8-df6a10b347e0",
"buildFlag": [
"-UseModernBuildSystem=0"
]
}
},
"android": {
"debug": {
"alias": "rollcall",
"keystore": "rollcall.keystore",
"password" : "westgate",
"storePassword": "westgate"
},
"release": {
"alias": "rollcall",
"keystore": "rollcall.keystore",
"password" : "westgate",
"storePassword": "westgate"
}
}
}