Skip to content

Commit

Permalink
chore: remove windows/osx from plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Aug 31, 2023
1 parent 20293f3 commit bf14d52
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit bf14d52

Please sign in to comment.