瀏覽代碼

Add info to plugin spec

Sebastián Katzer 10 年之前
父節點
當前提交
1ee8a5e505
共有 1 個文件被更改,包括 8 次插入0 次删除
  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" />