Updated Branches: refs/heads/master 1ad3a3cc2 -> f81ff332e
fixed capabilities for wp8 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/f81ff332 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/f81ff332 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/f81ff332 Branch: refs/heads/master Commit: f81ff332e620821806c3b6a419e7f3f362e86b0c Parents: 1ad3a3c Author: bennmapes <[email protected]> Authored: Tue Jul 2 15:33:44 2013 -0700 Committer: bennmapes <[email protected]> Committed: Tue Jul 2 15:37:03 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/f81ff332/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 8656d21..7a890c7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" +<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" id="org.apache.cordova.core.media-capture" version="0.1.0"> <name>Capture</name> @@ -95,7 +95,10 @@ </config-file> <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities"> - <Capability Name="ID_CAP_MEDIALIB"/> + <Capability Name="ID_CAP_MEDIALIB_AUDIO"/> + <Capability Name="ID_CAP_MEDIALIB_VIDEO"/> + <Capability Name="ID_CAP_MEDIALIB_PHOTO"/> + <Capability Name="ID_CAP_MEDIALIB_PLAYBACK"/> <Capability Name="ID_CAP_MICROPHONE"/> <Capability Name="ID_CAP_ISV_CAMERA" /> </config-file>
