mirror of
https://github.com/wahyd4/BarcodeScanner.git
synced 2026-08-28 06:15:55 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58e773af70 | ||
|
|
bb3812c0cb |
+7
-2
@@ -2,7 +2,7 @@
|
|||||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="com.phonegap.plugins.barcodescanner"
|
id="com.phonegap.plugins.barcodescanner"
|
||||||
version="0.2.2">
|
version="0.3.1">
|
||||||
|
|
||||||
<name>BarcodeScanner</name>
|
<name>BarcodeScanner</name>
|
||||||
|
|
||||||
@@ -12,6 +12,11 @@
|
|||||||
<platform name="ios">
|
<platform name="ios">
|
||||||
<plugins-plist key="BarcodeScanner" string="CDVBarcodeScanner" />
|
<plugins-plist key="BarcodeScanner" string="CDVBarcodeScanner" />
|
||||||
|
|
||||||
|
<!-- Cordova >= 2.3 -->
|
||||||
|
<config-file target="config.xml" parent="plugins">
|
||||||
|
<plugin name="BarcodeScanner" value="CDVBarcodeScanner"/>
|
||||||
|
</config-file>
|
||||||
|
|
||||||
<resource-file src="scannerOverlay.xib" />
|
<resource-file src="scannerOverlay.xib" />
|
||||||
|
|
||||||
<header-file src="zxing-all-in-one.h" />
|
<header-file src="zxing-all-in-one.h" />
|
||||||
@@ -38,7 +43,7 @@
|
|||||||
value="com.phonegap.plugins.barcodescanner.BarcodeScanner"/>
|
value="com.phonegap.plugins.barcodescanner.BarcodeScanner"/>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<config-file target="res/xml/config.xml" parent="/cordova/plugins">
|
<config-file target="res/xml/config.xml" parent="plugins">
|
||||||
<plugin name="BarcodeScanner"
|
<plugin name="BarcodeScanner"
|
||||||
value="com.phonegap.plugins.barcodescanner.BarcodeScanner"/>
|
value="com.phonegap.plugins.barcodescanner.BarcodeScanner"/>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|||||||
Reference in New Issue
Block a user