-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
66 lines (66 loc) · 1.54 KB
/
Copy pathapp.json
File metadata and controls
66 lines (66 loc) · 1.54 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
66
{
"expo": {
"name": "ECOReady",
"slug": "ecoready",
"version": "1.0.3",
"orientation": "portrait",
"icon": "./assets/logo.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "gr.auth.ee.issel.ecoready",
"infoPlist": {
"UIBackgroundModes": ["remote-notification"]
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/logo.png",
"backgroundColor": "#ffffff"
},
"package": "gr.auth.ee.issel.ecoready",
"permissions": [
"NOTIFICATIONS",
"SCHEDULE_EXACT_ALARM"
],
"useNextNotificationsApi": true
},
"web": {
"favicon": "./assets/logo.png"
},
"updates": {
"enabled": true,
"checkAutomatically": "ON_LOAD",
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/2c095bee-7b9e-4342-9595-2f701c6282d5"
},
"owner": "issel",
"extra": {
"eas": {
"projectId": "65c1b6b1-7d28-4c37-8fb9-2dc848f81990"
}
},
"runtimeVersion": "1.0.3",
"plugins": [
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 36,
"targetSdkVersion": 36,
"buildToolsVersion": "36.0.0"
},
"ios": {
"deploymentTarget": "15.1"
}
}
]
]
}
}