-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
39 lines (39 loc) · 980 Bytes
/
app.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
37
38
39
{
"expo": {
"name": "Sequence WaaS Demo",
"icon": "./assets/app-icon.png",
"slug": "demo-waas-react-native",
"version": "1.0.5",
"sdkVersion": "51.0.0",
"platforms": ["ios", "android"],
"android": {
"package": "com.horizon.sequencewaasdemo",
"intentFilters": [
{
"action": "VIEW",
"data": [
{
"scheme": "com.googleusercontent.apps.970987756660-eu0kjc9mda0iuiuktoq0lbme9mmn1j8m"
}
],
"category": ["BROWSABLE", "DEFAULT"]
}
]
},
"ios": {
"bundleIdentifier": "com.horizon.sequence-waas-demo",
"infoPlist": {
"GIDClientID": "277467576806-f8g9k1vu110ssa8lgt4fd2v1gjmc21as.apps.googleusercontent.com"
}
},
"splash": {
"backgroundColor": "#FFFFFF"
},
"extra": {
"eas": {
"projectId": "fc60d2f6-fa65-4cf1-a438-2b197b7bae39"
}
},
"owner": "tolgahan.arikan"
}
}