Structure
The cauldron configuration file
{
"config": {
"manifest": {
"override": {
"url": "git@github.com:user/ern-custom-manifest.git",
"type": "partial"
}
}
},
"nativeApps": [
{
"name": "MyWeatherApp",
"platforms": [
{
"name": "android",
"config": {
"containerGenerator": {
"containerVersion": "1.2.3",
"publishers": [
{
"name": "github",
"url": "git@github.com: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": [
"react-native@0.42.0",
"react-native-electrode-bridge@1.5.0",
"react-native-ern-weather-api@0.19.0",
"react-native-vector-icons@4.0.0",
"react-native-code-push@1.17.1-beta"
],
"miniApps": {
"container": [
"react-native-weather-overview@1.0.0",
"react-native-weather-details@2.1.3",
],
"codePush": [
[
"react-native-weather-overview@1.0.0",
"react-native-weather-details@2.0.0",
]
]
}
}
]
}
]
}
]
}Last updated