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

Commit

Permalink
[iOS][2.3.0] add plugin to config.xml for 2.3.0+
Browse files Browse the repository at this point in the history
+ upped version to 0.3.0
  • Loading branch information
Ryan Willoughby committed Feb 1, 2013
1 parent 029cb4d commit bb3812c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugin.xml
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.barcodescanner"
version="0.2.2">
version="0.3.0">

<name>BarcodeScanner</name>

Expand All @@ -12,6 +12,11 @@
<platform name="ios">
<plugins-plist key="BarcodeScanner" string="CDVBarcodeScanner" />

<!-- Cordova >= 2.3 -->
<config-file target="config.xml" parent="/cordova/plugins">
<plugin name="BarcodeScanner" value="CDVBarcodeScanner"/>
</config-file>

<resource-file src="scannerOverlay.xib" />

<header-file src="zxing-all-in-one.h" />
Expand Down

0 comments on commit bb3812c

Please sign in to comment.