Initial commit (unpacked platform)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"cli": {
|
||||
"version": ">= 13.0.0",
|
||||
"appVersionSource": "remote"
|
||||
},
|
||||
"build": {
|
||||
"development": {
|
||||
"developmentClient": true,
|
||||
"distribution": "internal",
|
||||
"env": { "API_BASE_URL": "http://localhost:4000" }
|
||||
},
|
||||
"preview": {
|
||||
"distribution": "internal",
|
||||
"channel": "preview",
|
||||
"env": { "API_BASE_URL": "https://api.example.com" }
|
||||
},
|
||||
"production": {
|
||||
"autoIncrement": true,
|
||||
"channel": "production",
|
||||
"env": { "API_BASE_URL": "https://api.example.com" }
|
||||
}
|
||||
},
|
||||
"submit": {
|
||||
"production": {
|
||||
"ios": {
|
||||
"_kommentar": "Fylls i när butikskonto + namn finns: ascAppId, appleTeamId."
|
||||
},
|
||||
"android": {
|
||||
"_kommentar": "Fylls i när Play-konto finns: serviceAccountKeyPath, track."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user