diff --git a/README.md b/README.md index b24866a..97043d7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Great post explaining [how to use pluginstall](http://blog.chariotsolutions.com/ 1. Install via _pluginstall_ 2. Include LocalNotification.js in index.html 3. Add the following code to AppDelegate.m -``` + - (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification { UIApplicationState state = [application applicationState]; @@ -49,7 +49,7 @@ Great post explaining [how to use pluginstall](http://blog.chariotsolutions.com/ application.applicationIconBadgeNumber = 0; } } -``` + 4. Start using window.plugins.localnotification ## Information diff --git a/plugin.xml b/plugin.xml index c76b86b..780dbac 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,17 +1,29 @@ - Local Notification + + Notify a user at a pre-determined time using LocalNotifications on iOS or + alarms on Android. + + + + + + - @@ -26,30 +38,34 @@ - + + value="com.phonegap.plugin.localnotification.LocalNotification" /> + target-dir="src/com/phonegap/plugin/localnotification" /> + target-dir="src/com/phonegap/plugin/localnotification" /> + target-dir="src/com/phonegap/plugin/localnotification" /> + target-dir="src/com/phonegap/plugin/localnotification" /> + target-dir="src/com/phonegap/plugin/localnotification" /> + string="LocalNotification" /> + + + + - - + +