build all in docker
This commit is contained in:
@@ -20,7 +20,14 @@
|
||||
"installed_plugins": {
|
||||
"cordova-plugin-whitelist": {
|
||||
"PACKAGE_NAME": "ch.safechat"
|
||||
},
|
||||
"de.appplant.cordova.plugin.background-mode": {
|
||||
"PACKAGE_NAME": "ch.safechat"
|
||||
}
|
||||
},
|
||||
"dependent_plugins": {}
|
||||
"dependent_plugins": {
|
||||
"cordova-plugin-device": {
|
||||
"PACKAGE_NAME": "ch.safechat"
|
||||
}
|
||||
}
|
||||
}
|
@@ -6,5 +6,22 @@
|
||||
},
|
||||
"is_top_level": true,
|
||||
"variables": {}
|
||||
},
|
||||
"de.appplant.cordova.plugin.background-mode": {
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/katzer/cordova-plugin-background-mode.git",
|
||||
"subdir": "."
|
||||
},
|
||||
"is_top_level": true,
|
||||
"variables": {}
|
||||
},
|
||||
"cordova-plugin-device": {
|
||||
"source": {
|
||||
"type": "registry",
|
||||
"id": "cordova-plugin-device"
|
||||
},
|
||||
"is_top_level": false,
|
||||
"variables": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user