-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
64 lines (64 loc) · 2.5 KB
/
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
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
{
"expo": {
"name": "WhaleDone",
"slug": "WhaleDone",
"version": "1.0.15",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"bundleIdentifier": "com.softsquared.whaledone",
"buildNumber": "1.0.15",
"googleServicesFile": "./GoogleService-Info.plist",
"supportsTablet": false,
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Allowing a location makes it confirms the location and time of family's country each other. You can change this access later in your system settings.",
"NSCameraUsageDescription": "Allowing access to the camera can take picture and upload them to your post immediately (in 일상공유 and 소통함). You can change this access later in your system settings.",
"NSPhotoLibraryUsageDescription": "Allowing photos makes it easy to upload album photos to your post (in 일상공유 and 소통함). You can change this access later in your system settings.",
"NSMicrophoneUsageDescription": "Allowing a microphone can record and send a one-minute message. You can change this access later in your system settings."
},
"icon": "./assets/icon.png"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.mammoth.whaledone",
"googleServicesFile": "./google-services.json",
"versionCode": 1,
"softwareKeyboardLayoutMode": "pan",
"config": {
"googleMaps": {
"apiKey": "AIzaSyCKmk9GEYApRUHRo_qLaj2eTNwgntxuvbM"
}
}
},
"web": {
"favicon": "./assets/favicon.png",
"config": {
"firebase": {
"apiKey": "AIzaSyB1XzMmCu8TM1ICEORZbUtbLrOv14mjVoY",
"measurementId": "G-LN20MH6YXD"
}
}
},
"plugins": [
[
"expo-image-picker",
{
"photosPermission": "Allowing photos makes it easy to upload album photos to your post (in 일상공유 and 소통함). You can change this access later in your system settings.",
"cameraPermission": "Allowing access to the camera can take picture and upload them to your post immediately (in 일상공유 and 소통함). You can change this access later in your system settings."
}
]
]
}
}