Forráskód Böngészése

Add PhoneGap Build section

Sebastián Katzer 12 éve
szülő
commit
35f51070e7
1 módosított fájl, 11 hozzáadás és 0 törlés
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -34,6 +34,17 @@ Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/gui
 cordova plugin rm de.appplant.cordova.plugin.local-notification
 ```
 
+## PhoneGap Build
+Add the following xml to your config.xml to always use the latest version of this plugin:
+```
+<gap:plugin name="de.appplant.cordova.plugin.local-notification" />
+```
+or to use this exact version: 
+```
+<gap:plugin name="de.appplant.cordova.plugin.local-notification" version="0.6.2" />
+```
+More informations can be found [here](https://build.phonegap.com/plugins/331).
+
 ## Release Notes
 #### Version 0.7.0 (not yet released)
 - [bugfix:] Black screen on Android (#23)