You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:25 UTC

[05/17] git commit: CB-6253 Add Network Capability to WMAppManifest.xml

CB-6253 Add Network Capability to WMAppManifest.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/749d55c6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/749d55c6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/749d55c6

Branch: refs/heads/master
Commit: 749d55c67688404399ad2902c50ebd6e4b584460
Parents: fceea50
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Mar 19 22:26:01 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Mar 19 22:26:01 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/749d55c6/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d0046fa..13adc8d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -93,6 +93,10 @@
 
     <!-- wp7 -->
     <platform name="wp7">
+        <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
+            <Capability Name="ID_CAP_NETWORKING"/>
+        </config-file>
+
         <js-module src="www/inappbrowser.js" name="inappbrowser">
             <clobbers target="window.open" />
         </js-module>
@@ -107,6 +111,10 @@
 
     <!-- wp8 -->
     <platform name="wp8">
+        <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
+            <Capability Name="ID_CAP_NETWORKING"/>
+        </config-file>
+                
         <js-module src="www/inappbrowser.js" name="inappbrowser">
             <clobbers target="window.open" />
         </js-module>