88 "res/xml/config.xml" : {
99 "parents" : {
1010 "/*" : [
11+ {
12+ "xml" : " <feature name=\" AppVersion\" ><param name=\" android-package\" value=\" uk.co.whiteoctober.cordova.AppVersion\" /></feature>" ,
13+ "count" : 1
14+ },
1115 {
1216 "xml" : " <feature name=\" Device\" ><param name=\" android-package\" value=\" org.apache.cordova.device.Device\" /></feature>" ,
1317 "count" : 1
1418 },
19+ {
20+ "xml" : " <feature name=\" LocalNotification\" ><param name=\" android-package\" value=\" de.appplant.cordova.plugin.localnotification.LocalNotification\" /></feature>" ,
21+ "count" : 1
22+ },
1523 {
1624 "xml" : " <feature name=\" Whitelist\" ><param name=\" android-package\" value=\" org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\" onload\" value=\" true\" /></feature>" ,
1725 "count" : 1
3543 {
3644 "xml" : " <feature name=\" FileTransfer\" ><param name=\" android-package\" value=\" org.apache.cordova.filetransfer.FileTransfer\" /></feature>" ,
3745 "count" : 1
38- },
39- {
40- "xml" : " <feature name=\" LocalNotification\" ><param name=\" android-package\" value=\" de.appplant.cordova.plugin.localnotification.LocalNotification\" /></feature>" ,
41- "count" : 1
42- },
43- {
44- "xml" : " <feature name=\" AppVersion\" ><param name=\" android-package\" value=\" uk.co.whiteoctober.cordova.AppVersion\" /></feature>" ,
45- "count" : 1
46- },
47- {
48- "xml" : " <feature name=\" LaunchMyApp\" ><param name=\" android-package\" value=\" nl.xservices.plugins.LaunchMyApp\" /></feature>" ,
49- "count" : 1
5046 }
5147 ],
5248 "/widget" : [
5753 ]
5854 }
5955 },
60- "config.xml" : {
61- "parents" : {
62- "/*" : [
63- {
64- "xml" : " <preference name=\" AndroidPersistentFileLocation\" value=\" Internal\" />" ,
65- "count" : 1
66- }
67- ]
68- }
69- },
7056 "AndroidManifest.xml" : {
7157 "parents" : {
72- "/*" : [
73- {
74- "xml" : " <uses-permission android:name=\" android.permission.WRITE_EXTERNAL_STORAGE\" />" ,
75- "count" : 2
76- }
77- ],
7858 "/manifest/application" : [
7959 {
8060 "xml" : " <receiver android:exported=\" false\" android:name=\" de.appplant.cordova.plugin.localnotification.TriggerReceiver\" />" ,
11595 "count" : 1
11696 }
11797 ],
118- "/*/application/activity" : [
98+ "/*" : [
99+ {
100+ "xml" : " <uses-permission android:name=\" android.permission.WRITE_EXTERNAL_STORAGE\" />" ,
101+ "count" : 2
102+ }
103+ ]
104+ }
105+ },
106+ "config.xml" : {
107+ "parents" : {
108+ "/*" : [
119109 {
120- "xml" : " <intent-filter><data android:scheme= \" openmentoring \" /><action android: name=\" android.intent.action.VIEW \" /><category android:name =\" android.intent.category.DEFAULT \" /><category android:name= \" android.intent.category.BROWSABLE \" /></intent-filter >" ,
110+ "xml" : " <preference name=\" AndroidPersistentFileLocation \" value =\" Internal \" />" ,
121111 "count" : 1
122112 }
123113 ]
126116 }
127117 },
128118 "installed_plugins" : {
119+ "cordova-plugin-app-version" : {
120+ "PACKAGE_NAME" : " org.iilab.openmentoring"
121+ },
129122 "cordova-plugin-device" : {
130123 "PACKAGE_NAME" : " org.iilab.openmentoring"
131124 },
125+ "cordova-plugin-registerusernotificationsettings" : {
126+ "PACKAGE_NAME" : " org.iilab.openmentoring"
127+ },
128+ "de.appplant.cordova.plugin.local-notification" : {
129+ "PACKAGE_NAME" : " org.iilab.openmentoring"
130+ },
132131 "cordova-plugin-console" : {
133132 "PACKAGE_NAME" : " org.iilab.openmentoring"
134133 },
152151 },
153152 "cordova-plugin-zip" : {
154153 "PACKAGE_NAME" : " org.iilab.openmentoring"
155- },
156- "cordova-plugin-registerusernotificationsettings" : {
157- "PACKAGE_NAME" : " org.iilab.openmentoring"
158- },
159- "de.appplant.cordova.plugin.local-notification" : {
160- "PACKAGE_NAME" : " org.iilab.openmentoring"
161- },
162- "cordova-plugin-app-version" : {
163- "PACKAGE_NAME" : " org.iilab.openmentoring"
164- },
165- "cordova-plugin-customurlscheme" : {
166- "URL_SCHEME" : " openmentoring" ,
167- "PACKAGE_NAME" : " org.iilab.openmentoring"
168154 }
169155 },
170156 "dependent_plugins" : {},
171157 "modules" : [
158+ {
159+ "file" : " plugins/cordova-plugin-app-version/www/AppVersionPlugin.js" ,
160+ "id" : " cordova-plugin-app-version.AppVersionPlugin" ,
161+ "pluginId" : " cordova-plugin-app-version" ,
162+ "clobbers" : [
163+ " cordova.getAppVersion"
164+ ]
165+ },
172166 {
173167 "file" : " plugins/cordova-plugin-device/www/device.js" ,
174168 "id" : " cordova-plugin-device.device" ,
177171 " device"
178172 ]
179173 },
174+ {
175+ "file" : " plugins/de.appplant.cordova.plugin.local-notification/www/local-notification.js" ,
176+ "id" : " de.appplant.cordova.plugin.local-notification.LocalNotification" ,
177+ "pluginId" : " de.appplant.cordova.plugin.local-notification" ,
178+ "clobbers" : [
179+ " cordova.plugins.notification.local" ,
180+ " plugin.notification.local"
181+ ]
182+ },
183+ {
184+ "file" : " plugins/de.appplant.cordova.plugin.local-notification/www/local-notification-core.js" ,
185+ "id" : " de.appplant.cordova.plugin.local-notification.LocalNotification.Core" ,
186+ "pluginId" : " de.appplant.cordova.plugin.local-notification" ,
187+ "clobbers" : [
188+ " cordova.plugins.notification.local.core" ,
189+ " plugin.notification.local.core"
190+ ]
191+ },
192+ {
193+ "file" : " plugins/de.appplant.cordova.plugin.local-notification/www/local-notification-util.js" ,
194+ "id" : " de.appplant.cordova.plugin.local-notification.LocalNotification.Util" ,
195+ "pluginId" : " de.appplant.cordova.plugin.local-notification" ,
196+ "merges" : [
197+ " cordova.plugins.notification.local.core" ,
198+ " plugin.notification.local.core"
199+ ]
200+ },
180201 {
181202 "file" : " plugins/cordova-plugin-whitelist/whitelist.js" ,
182203 "id" : " cordova-plugin-whitelist.whitelist" ,
398419 "clobbers" : [
399420 " zip"
400421 ]
401- },
402- {
403- "file" : " plugins/de.appplant.cordova.plugin.local-notification/www/local-notification.js" ,
404- "id" : " de.appplant.cordova.plugin.local-notification.LocalNotification" ,
405- "pluginId" : " de.appplant.cordova.plugin.local-notification" ,
406- "clobbers" : [
407- " cordova.plugins.notification.local" ,
408- " plugin.notification.local"
409- ]
410- },
411- {
412- "file" : " plugins/de.appplant.cordova.plugin.local-notification/www/local-notification-core.js" ,
413- "id" : " de.appplant.cordova.plugin.local-notification.LocalNotification.Core" ,
414- "pluginId" : " de.appplant.cordova.plugin.local-notification" ,
415- "clobbers" : [
416- " cordova.plugins.notification.local.core" ,
417- " plugin.notification.local.core"
418- ]
419- },
420- {
421- "file" : " plugins/de.appplant.cordova.plugin.local-notification/www/local-notification-util.js" ,
422- "id" : " de.appplant.cordova.plugin.local-notification.LocalNotification.Util" ,
423- "pluginId" : " de.appplant.cordova.plugin.local-notification" ,
424- "merges" : [
425- " cordova.plugins.notification.local.core" ,
426- " plugin.notification.local.core"
427- ]
428- },
429- {
430- "file" : " plugins/cordova-plugin-app-version/www/AppVersionPlugin.js" ,
431- "id" : " cordova-plugin-app-version.AppVersionPlugin" ,
432- "pluginId" : " cordova-plugin-app-version" ,
433- "clobbers" : [
434- " cordova.getAppVersion"
435- ]
436- },
437- {
438- "file" : " plugins/cordova-plugin-customurlscheme/www/android/LaunchMyApp.js" ,
439- "id" : " cordova-plugin-customurlscheme.LaunchMyApp" ,
440- "pluginId" : " cordova-plugin-customurlscheme" ,
441- "clobbers" : [
442- " window.plugins.launchmyapp"
443- ]
444422 }
445423 ],
446424 "plugin_metadata" : {
425+ "cordova-plugin-app-version" : " 0.1.8" ,
447426 "cordova-plugin-device" : " 1.1.0" ,
427+ "cordova-plugin-registerusernotificationsettings" : " 1.0.2" ,
428+ "de.appplant.cordova.plugin.local-notification" : " 0.8.3-dev" ,
448429 "cordova-plugin-console" : " 1.0.2" ,
449430 "cordova-plugin-whitelist" : " 1.2.0" ,
450431 "cordova-plugin-splashscreen" : " 3.0.0" ,
451432 "cordova-plugin-statusbar" : " 2.0.0" ,
452433 "ionic-plugin-keyboard" : " 1.0.8" ,
453434 "cordova-plugin-file" : " 3.0.0" ,
454435 "cordova-plugin-file-transfer" : " 1.4.0" ,
455- "cordova-plugin-zip" : " 3.0.0" ,
456- "cordova-plugin-registerusernotificationsettings" : " 1.0.2" ,
457- "de.appplant.cordova.plugin.local-notification" : " 0.8.3-dev" ,
458- "cordova-plugin-app-version" : " 0.1.8" ,
459- "cordova-plugin-customurlscheme" : " 4.0.0"
436+ "cordova-plugin-zip" : " 3.0.0"
460437 }
461438}
0 commit comments