Merge pull request #290 from JoseExposito/master

CB-13421: (osx) Added macOS support
This commit is contained in:
Steve Gill
2017-11-03 22:21:09 -07:00
committed by GitHub
6 changed files with 3049 additions and 8 deletions

View File

@@ -268,6 +268,23 @@
</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>