mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-02-22 04:52:51 +08:00
cleanup whitespace
This commit is contained in:
parent
7aa8aa8b57
commit
10df8b6652
10
plugin.xml
10
plugin.xml
@ -123,12 +123,16 @@ xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<!-- windows8 -->
|
||||
<platform name="windows8">
|
||||
|
||||
<dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/" />
|
||||
|
||||
<dependency id="org.apache.cordova.core.file"
|
||||
url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file"
|
||||
commit="master" subdir="/" />
|
||||
<config-file target="package.appxmanifest" parent="/Package/Capabilities">
|
||||
<Capability Name="picturesLibrary" />
|
||||
<DeviceCapability Name="webcam" />
|
||||
</config-file>
|
||||
<js-module src="www/CameraPopoverHandle.js" name="CameraPopoverHandle">
|
||||
<clobbers target="CameraPopoverHandle" />
|
||||
</js-module>
|
||||
|
||||
<js-module src="src/windows8/CameraProxy.js" name="CameraProxy">
|
||||
<merges target="" />
|
||||
</js-module>
|
||||
|
Loading…
Reference in New Issue
Block a user