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/14 22:58:30 UTC

git commit: [CB-3713] added device capability for wp7

Updated Branches:
  refs/heads/master 7f9b900e3 -> 4b20b222e


[CB-3713] added device capability for wp7


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/4b20b222
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/4b20b222
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/4b20b222

Branch: refs/heads/master
Commit: 4b20b222ee3d279660980cea4f6900f2ffd4578a
Parents: 7f9b900
Author: Benn Mapes <be...@gmail.com>
Authored: Fri Jun 14 13:58:19 2013 -0700
Committer: Benn Mapes <be...@gmail.com>
Committed: Fri Jun 14 13:58:19 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/4b20b222/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d8d8b6c..874051c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -23,6 +23,10 @@ id="org.apache.cordova.core.device">
             </feature>
         </config-file>
 
+        <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
+            <Capability Name="ID_CAP_IDENTITY_DEVICE" />
+        </config-file>
+
         <source-file src="src/wp7/Device.cs" /> 
     </platform>