forked from ashteya/ionic-tutorial-dinnerapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathios.json
More file actions
40 lines (40 loc) · 1.32 KB
/
Copy pathios.json
File metadata and controls
40 lines (40 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {
"config.xml": {
"parents": {
"/*": [
{
"xml": "<feature name=\"Keyboard\"><param name=\"ios-package\" onload=\"true\" value=\"IonicKeyboard\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Console\"><param name=\"ios-package\" value=\"CDVLogger\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Device\"><param name=\"ios-package\" value=\"CDVDevice\" /></feature>",
"count": 1
}
]
}
}
}
},
"installed_plugins": {
"com.ionic.keyboard": {
"PACKAGE_NAME": "com.ionicframework.dinnerapp771880"
},
"org.apache.cordova.console": {
"PACKAGE_NAME": "com.ionicframework.dinnerapp771880"
},
"org.apache.cordova.device": {
"PACKAGE_NAME": "com.ionicframework.dinnerapp771880"
}
},
"dependent_plugins": {}
}