You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by be...@apache.org on 2013/06/15 01:40:59 UTC

git commit: [3662] added push notification capability for wp7

Updated Branches:
  refs/heads/master 884058fb8 -> 3c118765c


[3662] added push notification capability for wp7


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/3c118765
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/3c118765
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/3c118765

Branch: refs/heads/master
Commit: 3c118765ca65ebcd790576bc183284579d6eb620
Parents: 884058f
Author: Benn Mapes <be...@gmail.com>
Authored: Fri Jun 14 16:40:37 2013 -0700
Committer: Benn Mapes <be...@gmail.com>
Committed: Fri Jun 14 16:40:37 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/3c118765/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3255126..f284a08 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -53,6 +53,10 @@ id="org.apache.cordova.core.Notification"
             </feature>
         </config-file>
 
+        <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
+            <Capability Name="ID_CAP_PUSH_NOTIFICATION"/>
+        </config-file>
+
         <source-file src="src/wp7/Notification.cs" />
         <source-file src="src/wp7/NotificationBox.xaml.cs" />
         <source-file src="src/wp7/NotificationBox.xaml" />