This is an automated email from the ASF dual-hosted git repository. jcesarmobile pushed a commit to branch rem-windows in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git
commit bf14d52b0d0f42b4b13849a572fcc116c1956c8f Author: jcesarmobile <[email protected]> AuthorDate: Fri Sep 1 01:40:30 2023 +0200 chore: remove windows/osx from plugin.xml --- plugin.xml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/plugin.xml b/plugin.xml index a5fc2d2..cf43511 100644 --- a/plugin.xml +++ b/plugin.xml @@ -145,36 +145,4 @@ </js-module> </platform> - <!-- windows --> - <platform name="windows"> - <config-file target="package.appxmanifest" parent="/Package/Capabilities"> - <DeviceCapability Name="webcam" /> - </config-file> - <js-module src="www/CameraPopoverHandle.js" name="CameraPopoverHandle"> - <clobbers target="CameraPopoverHandle" /> - </js-module> - <js-module src="src/windows/CameraProxy.js" name="CameraProxy"> - <runs /> - </js-module> - </platform> - - <!-- osx --> - <platform name="osx"> - <config-file target="config.xml" parent="/*"> - <feature name="Camera"> - <param name="osx-package" value="CDVCamera"/> - </feature> - </config-file> - - <js-module src="www/CameraPopoverHandle.js" name="CameraPopoverHandle"> - <clobbers target="CameraPopoverHandle" /> - </js-module> - - <header-file src="src/osx/CDVCamera.h" /> - <source-file src="src/osx/CDVCamera.m" /> - - <framework src="Quartz.framework" /> - <framework src="AppKit.framework" /> - </platform> - </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
