-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
55 lines (55 loc) · 1.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
{
"expo": {
"scheme": "tamagui-app",
"userInterfaceStyle": "automatic",
"splash": {
"backgroundColor": "#FF554E",
"image": "./assets/splash.png",
"resizeMode": "contain"
},
"icon": "./assets/icon.png",
"name": "JLPT Study",
"slug": "jlpt-study",
"version": "1.3.1",
"plugins": [
"expo-router",
"expo-build-properties",
"@morrowdigital/watermelondb-expo-plugin"
],
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "f58f1b3c-295d-4015-9685-0aee6d1b850e"
}
},
"orientation": "portrait",
"ios": {
"bundleIdentifier": "com.chadmuro.jlptstudy",
"buildNumber": "2",
"supportsTablet": false,
"privacyManifests": {
"NSPrivacyAccessedAPITypes": [
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryFileTimestamp",
"NSPrivacyAccessedAPITypeReasons": ["DDA9.1"]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryUserDefaults",
"NSPrivacyAccessedAPITypeReasons": ["CA92.1"]
},
{
"NSPrivacyAccessedAPIType":
"NSPrivacyAccessedAPICategorySystemBootTime",
"NSPrivacyAccessedAPITypeReasons": ["35F9.1"]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryDiskSpace",
"NSPrivacyAccessedAPITypeReasons": ["E174.1"]
}
]
}
}
}
}