2023-04-10 03:02:44 +02:00
|
|
|
{
|
|
|
|
"cli": {
|
2023-04-13 05:49:36 +02:00
|
|
|
"version": ">= 3.8.1",
|
2024-02-21 22:54:31 +01:00
|
|
|
"promptToConfigurePushNotifications": false,
|
|
|
|
"appVersionSource": "remote"
|
2023-04-10 03:02:44 +02:00
|
|
|
},
|
|
|
|
"build": {
|
2023-11-26 22:46:31 +01:00
|
|
|
"base": {
|
|
|
|
"node": "18.18.2"
|
|
|
|
},
|
2023-04-10 03:02:44 +02:00
|
|
|
"development": {
|
2023-11-26 22:46:31 +01:00
|
|
|
"extends": "base",
|
2023-04-10 03:02:44 +02:00
|
|
|
"developmentClient": true,
|
|
|
|
"distribution": "internal",
|
2023-11-29 04:49:37 +01:00
|
|
|
"channel": "development",
|
2023-04-10 03:02:44 +02:00
|
|
|
"ios": {
|
2023-05-04 23:18:27 +02:00
|
|
|
"simulator": true,
|
2023-11-26 22:46:31 +01:00
|
|
|
"resourceClass": "large"
|
2024-04-04 00:14:44 +02:00
|
|
|
},
|
|
|
|
"env": {
|
|
|
|
"EXPO_PUBLIC_ENV": "production"
|
2023-11-29 04:49:37 +01:00
|
|
|
}
|
2023-04-10 03:02:44 +02:00
|
|
|
},
|
|
|
|
"preview": {
|
2023-11-26 22:46:31 +01:00
|
|
|
"extends": "base",
|
2023-04-10 03:02:44 +02:00
|
|
|
"distribution": "internal",
|
2024-04-04 00:14:44 +02:00
|
|
|
"channel": "production",
|
2023-04-10 03:02:44 +02:00
|
|
|
"ios": {
|
2023-11-26 22:46:31 +01:00
|
|
|
"resourceClass": "large"
|
2024-04-04 00:14:44 +02:00
|
|
|
},
|
|
|
|
"env": {
|
|
|
|
"EXPO_PUBLIC_ENV": "production"
|
2023-11-29 04:49:37 +01:00
|
|
|
}
|
2023-04-10 03:02:44 +02:00
|
|
|
},
|
|
|
|
"production": {
|
2023-11-26 22:46:31 +01:00
|
|
|
"extends": "base",
|
2023-04-10 03:02:44 +02:00
|
|
|
"ios": {
|
2024-02-21 22:54:31 +01:00
|
|
|
"resourceClass": "large",
|
|
|
|
"autoIncrement": true
|
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"autoIncrement": true
|
|
|
|
},
|
2024-04-04 00:14:44 +02:00
|
|
|
"channel": "production",
|
|
|
|
"env": {
|
|
|
|
"EXPO_PUBLIC_ENV": "production"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testflight": {
|
|
|
|
"extends": "base",
|
|
|
|
"ios": {
|
|
|
|
"autoIncrement": true
|
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"autoIncrement": true
|
|
|
|
},
|
|
|
|
"channel": "testflight",
|
|
|
|
"env": {
|
|
|
|
"EXPO_PUBLIC_ENV": "testflight"
|
|
|
|
}
|
2024-02-21 22:54:31 +01:00
|
|
|
},
|
2024-04-04 00:14:44 +02:00
|
|
|
"testflight-android": {
|
2024-02-21 22:54:31 +01:00
|
|
|
"extends": "base",
|
2024-04-04 00:14:44 +02:00
|
|
|
"distribution": "internal",
|
2024-02-21 22:54:31 +01:00
|
|
|
"ios": {
|
|
|
|
"autoIncrement": true
|
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"autoIncrement": true
|
2023-04-11 21:14:28 +02:00
|
|
|
},
|
2024-04-04 00:14:44 +02:00
|
|
|
"channel": "testflight",
|
|
|
|
"env": {
|
|
|
|
"EXPO_PUBLIC_ENV": "testflight"
|
|
|
|
}
|
2023-04-10 03:02:44 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"submit": {
|
2024-02-10 01:57:28 +01:00
|
|
|
"production": {
|
|
|
|
"ios": {
|
|
|
|
"ascAppId": "6444370199"
|
|
|
|
}
|
|
|
|
}
|
2023-04-10 03:02:44 +02:00
|
|
|
}
|
|
|
|
}
|