forked from ckken/sub2api-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.36 KB
/
Copy pathapp.json
File metadata and controls
53 lines (53 loc) · 1.36 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
{
"expo": {
"name": "sub2api-mobile",
"slug": "sub2api-mobile",
"owner": "tianzora",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./icons/ios/AppIcon.appiconset/icon-1024.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"icon": "./icons/ios/AppIcon.appiconset/icon-1024.png",
"bundleIdentifier": "com.ppx.sub2apimobile",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"icon": "./icons/android/playstore-icon.png",
"package": "com.ppx.sub2apimobile",
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./icons/android/playstore-icon.png"
},
"predictiveBackGestureEnabled": false
},
"web": {
"favicon": "./icons/ios/AppIcon.appiconset/icon-1024.png"
},
"plugins": [
"expo-router",
"expo-secure-store"
],
"extra": {
"router": {},
"eas": {
"projectId": "f1562b2a-85a1-4681-8d9f-e2285c911d74"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/f1562b2a-85a1-4681-8d9f-e2285c911d74"
},
"scheme": "sub2apimobile"
}
}