This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
forked from erosson/freecbt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
55 lines (55 loc) · 1.52 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": {
"icon": "./assets/ios.png",
"name": "FreeCBT",
"slug": "freecbt",
"privacy": "unlisted",
"platforms": ["android", "ios"],
"version": "2.2.1",
"orientation": "portrait",
"githubUrl": "https://github.com/erosson/freecbt",
"primaryColor": "#F8A5C2",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#F8A5C2"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"buildNumber": "1",
"bundleIdentifier": "org.erosson.freecbt",
"icon": "./assets/ios.png",
"publishBundlePath": "ios/quirk/Supporting/shell-app.bundle",
"publishManifestPath": "ios/quirk/Supporting/shell-app-manifest.json",
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"package": "org.erosson.freecbt",
"permissions": [],
"icon": "./assets/android.png",
"versionCode": 18,
"publishBundlePath": "android/app/src/main/assets/shell-app.bundle",
"publishManifestPath": "android/app/src/main/assets/shell-app-manifest.json"
},
"notification": {
"icon": "./assets/quirk-bw.png"
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "erossonorg",
"project": "freecbt",
"setCommits": true
}
}
]
},
"scheme": "exp4d07d66c4b23470393769aad813cee0c",
"description": ""
}
}