Korbs/Penpot-App
Archived
1
Fork 0
This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
Penpot-App/eas.json

27 lines
461 B
JSON
Raw Normal View History

2023-06-04 20:40:57 -04:00
{
"cli": {
"version": ">= 3.13.2"
},
"build": {
2023-06-07 20:26:09 -04:00
"development-simulator": {
"extends": "production",
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
2023-06-04 20:40:57 -04:00
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}