-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (49 loc) · 1.28 KB
/
app.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"expo": {
"name": "ㅁㅁ (전남대 뭐먹)",
"icon": "./assets/icon.png",
"slug": "mm-app",
"version": "1.1.2",
"orientation": "portrait",
"splash": {
"image": "./assets/icon.png",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.pmm.mm",
"buildNumber": "1.1.2",
"supportsTablet": true,
"usesAppleSignIn": true,
"config": {
"usesNonExemptEncryption": false,
"googleSignIn": {
"reservedClientId": "com.googleusercontent.apps.255552505547-fv6t0g4mb33c49b6ivk03fj6ib4g4j29"
},
"googleMapsApiKey": "AIzaSyCJnz864220Ks2nJ155JwqRwMQD7CtDsZA"
}
},
"android": {
"package": "com.pmm.mm",
"versionCode": 12,
"config": {
"googleSignIn": {
"apiKey": "AIzaSyCYAaXZVdf60fopq2_30KrTVfs3-azepaY",
"certificateHash": "A9:1F:A7:E6:D9:6B:1C:7D:E2:26:97:AD:FA:17:CC:94:B1:72:F9:20"
},
"googleMaps": {
"apiKey": "AIzaSyCYAaXZVdf60fopq2_30KrTVfs3-azepaY"
}
},
"adaptiveIcon": {
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#FFFFFF"
},
}
}
}