forked from Adamantine-guild/guildpass-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
65 lines (65 loc) · 1.49 KB
/
Copy patheas.json
File metadata and controls
65 lines (65 loc) · 1.49 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"cli": {
"version": ">= 7.0.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development",
"ios": {
"buildConfiguration": "Debug"
},
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "http://localhost:3000",
"EXPO_PUBLIC_CHAIN_ID": "11155111",
"EXPO_PUBLIC_APP_ENV": "development"
}
},
"preview": {
"distribution": "internal",
"channel": "preview",
"ios": {
"buildConfiguration": "Release"
},
"android": {
"buildType": "app-bundle"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://staging.guildpass.xyz",
"EXPO_PUBLIC_CHAIN_ID": "11155111",
"EXPO_PUBLIC_APP_ENV": "preview"
}
},
"production": {
"channel": "production",
"ios": {
"buildConfiguration": "Release"
},
"android": {
"buildType": "app-bundle"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://api.guildpass.xyz",
"EXPO_PUBLIC_CHAIN_ID": "1",
"EXPO_PUBLIC_APP_ENV": "production"
}
}
},
"submit": {
"production": {
"ios": {
"appleId": "YOUR_APPLE_ID",
"ascAppId": "YOUR_ASC_APP_ID",
"appleTeamId": "YOUR_APPLE_TEAM_ID"
},
"android": {
"serviceAccountKeyPath": "./secrets/gcp-service-account-key.json",
"track": "production"
}
}
}
}