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/07/19 19:40:25 UTC

git commit: [wp] capabilities fix, access to mediaLib for saving photos

Updated Branches:
  refs/heads/master 9b8f446f5 -> 1c84c87ca


[wp] capabilities fix, access to mediaLib for saving photos


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/1c84c87c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/1c84c87c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/1c84c87c

Branch: refs/heads/master
Commit: 1c84c87ca3749e365aa0f1b837108847996566d5
Parents: 9b8f446
Author: Benn Mapes <be...@gmail.com>
Authored: Fri Jul 19 10:39:56 2013 -0700
Committer: Benn Mapes <be...@gmail.com>
Committed: Fri Jul 19 10:39:56 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/1c84c87c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8fbab68..5a46442 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -77,6 +77,7 @@
 
         <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
             <Capability Name="ID_CAP_ISV_CAMERA" />
+            <Capability Name="ID_CAP_MEDIALIB" />
         </config-file>
 
         <source-file src="src/wp/Camera.cs" />
@@ -97,6 +98,7 @@
 
         <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
             <Capability Name="ID_CAP_ISV_CAMERA" />
+            <Capability Name="ID_CAP_MEDIALIB_PHOTO"/>
         </config-file>
 
         <source-file src="src/wp/Camera.cs" />