Files
termix-mobile/eas.json
T
2025-09-24 16:55:39 -05:00

34 lines
538 B
JSON

{
"cli": {
"version": ">= 16.19.1",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"android": {
"buildType": "apk"
},
"ios": {
"simulator": true
}
},
"production": {
"autoIncrement": true,
"android": {
"buildType": "app-bundle"
}
}
},
"submit": {
"production": {
"ios": {
"ascAppId": "6752672071"
}
}
}
}