-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
44 lines (44 loc) · 1.09 KB
/
Copy patheas.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"cli": {
"version": ">= 7.3.0"
},
"build": {
"production": {
"developmentClient": false,
"node": "20.11.0",
"env": {
"SUPABASE_URL": "https://osfzwvhubwmiwimpgrpj.supabase.co",
"SUPABASE_ANON_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im9zZnp3dmh1YndtaXdpbXBncnBqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MTA5MjQ2MDgsImV4cCI6MjAyNjUwMDYwOH0.XDSsknfDRqeSbZO26ynvE6Ea3RiUQaN5yqsVWdFF9aI"
}
},
"development": {
"extends": "production",
"developmentClient": true,
"distribution": "internal"
},
"development-simulator": {
"extends": "production",
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"preview": {
"extends": "production",
"distribution": "internal",
"ios": {
"cocoapods": "1.15.2"
}
}
},
"submit": {
"production": {
"ios": {
"appleId": "glavichdrew@gmail.com",
"ascAppId": "6503181177",
"appleTeamId": "P2CSP3563W"
}
}
}
}