mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1{
2 "cli": {
3 "version": ">= 3.8.1",
4 "promptToConfigurePushNotifications": false
5 },
6 "build": {
7 "development": {
8 "developmentClient": true,
9 "distribution": "internal",
10 "ios": {
11 "simulator": true,
12 "resourceClass": "m-large"
13 },
14 "channel": "development"
15 },
16 "development-device": {
17 "developmentClient": true,
18 "distribution": "internal",
19 "ios": {
20 "resourceClass": "m-large"
21 },
22 "channel": "development"
23 },
24 "preview": {
25 "distribution": "internal",
26 "ios": {
27 "resourceClass": "m-large"
28 },
29 "channel": "preview"
30 },
31 "production": {
32 "ios": {
33 "resourceClass": "m-large"
34 },
35 "channel": "production"
36 },
37 "dev-android-apk": {
38 "developmentClient": true,
39 "android": {
40 "buildType": "apk",
41 "gradleCommand": ":app:assembleRelease"
42 }
43 }
44 },
45 "submit": {
46 "production": {}
47 }
48}