This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
108 lines (108 loc) · 3.06 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"expo": {
"name": "UniceNotes",
"slug": "unicenotes",
"version": "2.2.0",
"githubUrl": "https://github.com/UniceApps/UniceNotes",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"scheme": "unicenotes",
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"appStoreUrl": "https://apps.apple.com/fr/app/unicenotes/id1668992337",
"supportsTablet": true,
"icon": "./assets/icon.png",
"infoPlist": {
"NSFaceIDUsageDescription": "Connectez-vous sur l'application grâce à FaceID / TouchID.",
"NSNotificationsUsageDescription": "Recevez des notifications pour être informé des nouvelles notes.",
"CFBundleLocalizations": ["fr"],
"CFBundleDevelopmentRegion": "fr",
"CADisableMinimumFrameDurationOnPhone": true
},
"bundleIdentifier": "fr.hugofnm.unicenotes",
"buildNumber": "11.0.0",
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"package": "fr.hugofnm.unicenotes",
"versionCode": 34
},
"extra": {
"eas": {
"projectId": "ec0ebd57-7227-4cd2-a71e-344e0a5fffe5"
},
"bugsnag": {
"apiKey": "$(BUGSNAG_API_KEY)"
},
"github_hash": "$(EAS_BUILD_GIT_COMMIT_HASH)"
},
"owner": "hugofnm",
"plugins": [
"@bugsnag/plugin-expo-eas-sourcemaps",
[
"@hugofnm/expo-dynamic-app-icon",
{
"unicenotes": {
"image": "./assets/icon.png",
"prerendered": false
},
"magnet": {
"image": "./assets/icons/icon_magnet.png",
"prerendered": false
},
"ardente": {
"image": "./assets/icons/icon_ardente.png",
"prerendered": false
},
"beach": {
"image": "./assets/icons/icon_beach.png",
"prerendered": false
},
"melted": {
"image": "./assets/icons/icon_melted.png",
"prerendered": false
},
"zoomed": {
"image": "./assets/icons/icon_zoomed.png",
"prerendered": false
},
"monaco": {
"image": "./assets/icons/icon_monaco.png",
"prerendered": false
},
"christmas2023": {
"image": "./assets/icons/icon_christmas2023.png",
"prerendered": false
},
"france": {
"image": "./assets/icons/icon_france.png",
"prerendered": false
},
"glitched": {
"image": "./assets/icons/icon_glitched.png",
"prerendered": false
},
"vaporwave": {
"image": "./assets/icons/icon_vaporwave.png",
"prerendered": false
},
"ios6": {
"image": "./assets/icons/icon_ios6.png",
"prerendered": true
}
}
],
"expo-font",
"expo-secure-store",
"expo-quick-actions"
]
}
}