-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
72 lines (72 loc) · 1.78 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
65
66
67
68
69
70
71
72
{
"expo": {
"name": "keewe",
"slug": "keewe",
"version": "1.1.4",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "keewe",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/05f9153d-ab7a-4208-a465-60a60c8c4ade",
"enabled": true
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.CCCorg.keewe",
"buildNumber": "7.0",
"associatedDomains": ["applinks:keewe.kr"],
"infoPlist": { "developmentRegion": "ko" }
},
"android": {
"jsEngine": "hermes",
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.CCC.keewe",
"versionCode": 3,
"intentFilters": [
{
"action": "VIEW",
"autoVerify": true,
"data": [
{
"scheme": "https",
"host": "*.keewe.kr",
"pathPrefix": "/link"
}
],
"category": ["BROWSABLE", "DEFAULT"]
}
]
},
"web": {
"favicon": "./assets/images/favicon.png"
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"extra": {
"eas": {
"projectId": "05f9153d-ab7a-4208-a465-60a60c8c4ade"
}
},
"plugins": [
[
"expo-image-picker",
{
"photosPermission": "프로필 사진을 적용하기 위해 사용됩니다.",
"cameraPermission": "프로필 사진을 적용하기 위해 사용됩니다."
}
]
]
}
}