mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1{
2 "cli": {
3 "version": ">= 3.8.1",
4 "promptToConfigurePushNotifications": false,
5 "appVersionSource": "remote"
6 },
7 "build": {
8 "base": {
9 "node": "18.18.2"
10 },
11 "development": {
12 "extends": "base",
13 "developmentClient": true,
14 "distribution": "internal",
15 "channel": "development",
16 "ios": {
17 "simulator": true,
18 "resourceClass": "large"
19 }
20 },
21 "preview": {
22 "extends": "base",
23 "distribution": "internal",
24 "channel": "preview",
25 "ios": {
26 "resourceClass": "large"
27 }
28 },
29 "production": {
30 "extends": "base",
31 "ios": {
32 "resourceClass": "large",
33 "autoIncrement": true
34 },
35 "android": {
36 "autoIncrement": true
37 },
38 "channel": "production"
39 },
40 "github": {
41 "extends": "base",
42 "ios": {
43 "autoIncrement": true
44 },
45 "android": {
46 "autoIncrement": true
47 },
48 "channel": "production"
49 }
50 },
51 "submit": {
52 "production": {
53 "ios": {
54 "ascAppId": "6444370199"
55 }
56 }
57 }
58}