Files
HouseOrg/eas.json
T
2026-06-01 23:16:10 +02:00

27 lines
469 B
JSON

{
"cli": {
"version": ">= 12.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {
"ios": {
"appleId": "deine-apple-id@example.com",
"ascAppId": "DEINE-APP-STORE-CONNECT-ID"
}
}
}
}