Przeglądaj źródła

Add info to plugin spec

Sebastián Katzer 10 lat temu
rodzic
commit
1ee8a5e505
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      plugin.xml

+ 8 - 0
plugin.xml

@@ -25,6 +25,14 @@
     <!-- dependencies -->
     <dependency id="org.apache.cordova.device" />
 
+    <!-- info -->
+    <info>
+        Your support is needed. If you use the plugin please support us in order to ensure further development.
+        https://github.com/katzer/cordova-plugin-local-notifications/tree/example#how-can-i-support-the-further-development
+
+        Thank you!
+    </info>
+
     <!-- js -->
     <js-module src="www/local-notification.js" name="LocalNotification">
         <clobbers target="cordova.plugins.notification.local" />