27 lines
469 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|