Files
termix-mobile/eas.json
T
2025-10-16 17:59:49 -05:00

30 lines
444 B
JSON

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