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

29 lines
764 B
JSON
Raw Normal View History

2015-08-13 16:12:48 +00:00
{
"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": {
2015-09-01 22:47:06 +00:00
"PACKAGE_NAME": "io.realm.example.cordova"
2015-08-13 16:12:48 +00:00
},
"cordova-plugin-console": {
2015-09-01 22:47:06 +00:00
"PACKAGE_NAME": "io.realm.example.cordova"
2015-08-13 16:12:48 +00:00
}
},
"dependent_plugins": {}
}