-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
36 lines (36 loc) · 932 Bytes
/
eas.json
File metadata and controls
36 lines (36 loc) · 932 Bytes
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
{
"cli": {
"version": ">= 16.28.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"development-device": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": false
}
},
"preview": {
"distribution": "internal"
},
"production": {
"distribution": "store",
"autoIncrement": true,
"env": {
"EXPO_PUBLIC_SUPABASE_URL": "https://terolwsnnpqxvvofyodo.supabase.co",
"EXPO_PUBLIC_SUPABASE_ANON_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InRlcm9sd3NubnBxeHZ2b2Z5b2RvIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjEzNDUwOTMsImV4cCI6MjA3NjkyMTA5M30.lT61TWqPmc1IF9kSuIaBKvKVUXUKGUgIQvRcF4QglD4"
}
}
},
"submit": {
"production": {}
}
}