Skip to content

Commit

Permalink
Lowered the minimum cordova version to match internal requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
easywasdev committed Nov 20, 2018
1 parent cd79b96 commit c29ae54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<issue>https://issues.apache.org/jira/browse/CB/component/12320645</issue>

<engines>
<engine name="cordova" version=">=7.1.0"/>
<engine name="cordova" version=">=6.5.0"/>
<engine name="cordova-android" version=">=6.3.0" />
</engines>

Expand Down Expand Up @@ -154,12 +154,12 @@
<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 c29ae54

Please sign in to comment.