Structure
The cauldron configuration file
{
"config": {
"manifest": {
"override": {
"url": "[email protected]:user/ern-custom-manifest.git",
"type": "partial"
}
}
},
"nativeApps": [
{
"name": "MyWeatherApp",
"platforms": [
{
"name": "android",
"config": {
"containerGenerator": {
"containerVersion": "1.2.3",
"publishers": [
{
"name": "github",
"url": "[email protected]:user/myweatherapp-android-container.git"
},
{
"name": "maven",
"url": "http://user.nexus.repo.com:8081/nexus/content/repositories"
}
]
}
},
"versions": [
{
"name": "1.0.0",
"ernPlatformVersion": "0.5.0",
"containerVersion": "1.2.3",
"isReleased": true,
"yarnlock": "3ed0a5981a22d89d3b30d6e2011b5b581581771c",
"nativeDeps": [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
],
"miniApps": {
"container": [
"[email protected]",
"[email protected]",
],
"codePush": [
[
"[email protected]",
"[email protected]",
]
]
}
}
]
}
]
}
]
}Last updated