Updated Branches: refs/heads/master f81ff332e -> baf48933c
another capabilities fix 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/baf48933 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/baf48933 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/baf48933 Branch: refs/heads/master Commit: baf48933c64637c053fe1acec601a2edf13588b6 Parents: f81ff33 Author: bennmapes <[email protected]> Authored: Wed Jul 3 10:07:23 2013 -0700 Committer: bennmapes <[email protected]> Committed: Wed Jul 3 10:07:23 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/baf48933/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 7a890c7..68dfd2c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -96,7 +96,6 @@ <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities"> <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"/>
