POWR/eas.json
2025-03-06 14:18:10 -05:00

21 lines
406 B
JSON

{
"cli": {
"version": ">= 3.7.2"
},
"build": {
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
}
}
}
}