-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
56 lines (55 loc) · 1.56 KB
/
Copy pathapp.json
File metadata and controls
56 lines (55 loc) · 1.56 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
{
"expo": {
"name": "TAYD",
"slug": "tayd",
"privacy": "public",
"platforms": [
"ios",
"android"
],
"version": "1.0.8",
"orientation": "portrait",
"icon": "./assets/ic_launcher.png",
"updates": {
"fallbackToCacheTimeout": 0
},
"android": {
"package": "com.tayd.taydApp",
"versionCode": 8,
"permissions": ["CAMERA", "ACCESS_FINE_LOCATION"],
"useNextNotificationsApi": true,
"splash": {
"mdpi": "./assets/splash/splash-port-mdpi.png",
"hdpi": "./assets/splash/splash-port-hdpi.png",
"xhdpi": "./assets/splash/splash-port-xhdpi.png",
"xxhdpi": "./assets/splash/splash-port-xxhdpi.png",
"xxxhdpi": "./assets/splash/splash-port-xxxhdpi.png",
"resizeMode": "contain"
},
"config": {
"googleMaps": {
"apiKey": "AIzaSyA8qjUbL-Zbv1pWZS9TBRD1QbdTM5_GsII"
}
}
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.tayd.taydApp",
"buildNumber": "1.0.8",
"splash": {
"image": "./assets/splash/splash.png",
"resizeMode": "contain"
},
"infoPlist": {
"NSCameraUsageDescription": "Esta aplicación utiliza la cámara para escanear documentos solicitados.",
"NSLocationWhenInUseUsageDescription": "Esta aplicación utiliza tu ubicación para seleccionar tu inmueble en el mapa."
}
},
"packagerOpts": {
},
"description": "App de solicitud de servicios de limpieza."
}
}