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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
{
"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
},
{
"xml": "<feature name=\"SplashScreen\"><param name=\"ios-package\" value=\"CDVSplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"StatusBar\"><param name=\"ios-package\" value=\"CDVStatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
},
{
"xml": "<preference name=\"StatusBarOverlaysWebView\" value=\"true\" />",
"count": 1
},
{
"xml": "<preference name=\"StatusBarStyle\" value=\"lightcontent\" />",
"count": 1
},
{
"xml": "<feature name=\"InAppBrowser\"><param name=\"ios-package\" value=\"CDVInAppBrowser\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"File\"><param name=\"ios-package\" value=\"CDVFile\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"CordovaHttpPlugin\"><param name=\"ios-package\" value=\"CordovaHttpPlugin\" /></feature>",
"count": 1
}
]
}
},
"framework": {
"parents": {
"CoreGraphics.framework": [
{
"xml": false,
"count": 2
}
],
"QuartzCore.framework": [],
"AssetsLibrary.framework": [
{
"xml": false,
"count": 1
}
],
"MobileCoreServices.framework": [
{
"xml": false,
"count": 1
}
],
"Security.framework": [
{
"xml": false,
"count": 1
}
],
"SystemConfiguration.framework": [
{
"xml": false,
"count": 1
}
]
}
}
}
},
"installed_plugins": {
"com.ionic.keyboard": {
"PACKAGE_NAME": "com.ionicframework.zmninja469849"
},
"org.apache.cordova.console": {
"PACKAGE_NAME": "com.ionicframework.zmninja469849"
},
"org.apache.cordova.device": {
"PACKAGE_NAME": "com.ionicframework.zmninja469849"
},
"org.apache.cordova.splashscreen": {
"PACKAGE_NAME": "com.ionicframework.zmninja469849"
},
"org.apache.cordova.statusbar": {
"PACKAGE_NAME": "com.ionicframework.zmninja469849"
},
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "com.ionicframework.zmninja469849"
},
"cordova-plugin-inappbrowser": {
"PACKAGE_NAME": "com.ionicframework.zmninja469849"
},
"com.synconset.cordovaHTTP": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
"dependent_plugins": {
"org.apache.cordova.file": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
}
}
}
|