-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
22 lines (21 loc) · 1.02 KB
/
Copy pathplugin.xml
File metadata and controls
22 lines (21 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' encoding='utf-8'?>
<plugin id="zapplica-plugin-winmatebcr" version="1.0.3" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>WinmateBCR</name>
<description>read barcodes from Winmate E series with build in barcode scanner</description>
<author>francis.appels@z-application.com</author>
<keywords>Winmate,barcode reader,E series</keywords>
<license>GPLv3</license>
<js-module name="WinmateBCR" src="www/WinmateBCR.js">
<clobbers target="cordova.plugins.WinmateBCR" />
</js-module>
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml">
<feature name="WinmateBCR">
<param name="android-package" value="net.zapplica.plugin.winmatebcr.WinmateBCR" />
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest">
</config-file>
<source-file src="src/android/net/zapplica/plugin/winmatebcr/WinmateBCR.java" target-dir="src/net/zapplica/plugin/winmatebcr/" />
</platform>
</plugin>