Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Cordova 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Eccenux committed Aug 5, 2013
1 parent 50a2f8b commit fc3dcd5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugin.xml
Expand Up @@ -8,7 +8,7 @@
<description>Scans Barcodes.</description>

<engines>
<engine name="cordova" version=">=2.7.0" />
<engine name="cordova" version=">=2.8.0" />
</engines>

<asset src="www/barcodescanner.js" target="barcodescanner.js" />
Expand All @@ -17,9 +17,7 @@

<!-- ios -->
<platform name="ios">
<plugins-plist key="BarcodeScanner" string="CDVBarcodeScanner" />

<!-- Cordova >= 2.7 -->
<!-- Cordova >= 2.8 -->
<config-file target="config.xml" parent="/*">
<feature name="BarcodeScanner">
<param name="ios-package" value="CDVBarcodeScanner" />
Expand Down

0 comments on commit fc3dcd5

Please sign in to comment.