POWR/eas.json

54 lines
1.1 KiB
JSON
Raw Normal View History

2025-03-06 14:18:10 -05:00
{
"cli": {
"version": ">= 3.7.2"
},
"build": {
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleDebug"
}
},
"development-android": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleDebug",
"withoutCredentials": true,
"autoIncrement": false
}
2025-03-06 14:18:10 -05: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
}
}
}
}