2025-03-06 14:18:10 -05:00
|
|
|
{
|
2025-03-28 21:22:20 -07:00
|
|
|
"cli": {
|
|
|
|
"version": ">= 3.7.2"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"development-simulator": {
|
|
|
|
"developmentClient": true,
|
|
|
|
"distribution": "internal",
|
|
|
|
"ios": {
|
|
|
|
"simulator": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"development": {
|
|
|
|
"developmentClient": true,
|
|
|
|
"distribution": "internal",
|
|
|
|
"android": {
|
|
|
|
"buildType": "apk"
|
|
|
|
}
|
2025-03-06 14:18:10 -05:00
|
|
|
},
|
2025-03-28 21:22:20 -07:00
|
|
|
"preview": {
|
|
|
|
"distribution": "internal",
|
|
|
|
"ios": {
|
|
|
|
"resourceClass": "m1-medium"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"production": {
|
|
|
|
"autoIncrement": true,
|
|
|
|
"ios": {
|
|
|
|
"resourceClass": "m1-medium"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"submit": {
|
|
|
|
"production": {
|
|
|
|
"ios": {
|
|
|
|
"appleId": "YOUR_APPLE_ID_EMAIL",
|
|
|
|
"ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID",
|
|
|
|
"appleTeamId": "YOUR_APPLE_TEAM_ID"
|
2025-03-06 14:18:10 -05:00
|
|
|
}
|
|
|
|
}
|
2025-03-28 21:22:20 -07:00
|
|
|
}
|
|
|
|
}
|