realm-js/examples/cordova/plugins/ios.json

29 lines
764 B
JSON

{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {
"config.xml": {
"parents": {
"/*": [
{
"xml": "<feature name=\"Console\"><param name=\"ios-package\" value=\"CDVLogger\" /></feature>",
"count": 1
}
]
}
}
}
},
"installed_plugins": {
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "io.realm.example.cordova"
},
"cordova-plugin-console": {
"PACKAGE_NAME": "io.realm.example.cordova"
}
},
"dependent_plugins": {}
}