Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathplugin.xml
More file actions
Latest commit
executable file
·54 lines (44 loc) · 2.44 KB
/
Copy pathplugin.xml
File metadata and controls
executable file
·54 lines (44 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version='1.0' encoding='utf-8'?>
<pluginid="com.egood.magtek-udynamo"version="0.0.5"xmlns="http://www.phonegap.com/ns/plugins/1.0"xmlns:android="http://schemas.android.com/apk/res/android">
<name>MagTek uDynamo Card Reader</name>
<description>Allow using the MagTek uDynamo Card Reader with PhoneGap apps</description>
<authoremail="dev@egood.com"href="http://www.egood.com">eGood, LLC</author>
<license>Apache 2.0</license>
<keywords>magtek,card reader,credit card,reader</keywords>
<engines>
<enginename="cordova"version=">3.0.0" />
</engines>
<platformname="ios">
<config-filetarget="config.xml"parent="/*">
<featurename="com.egood.magtek-udynamo">
<paramname="ios-package"value="MagTekUDynamoPlugin" />
</feature>
</config-file>
<js-modulesrc="www/js/magtek_udynamo.js"name="MagTek">
<clobberstarget="cordova.plugins.MagTek" />
</js-module>
<header-filesrc="src/ios/MagTekUDynamoPlugin.h" />
<source-filesrc="src/ios/MagTekUDynamoPlugin.m" />
<header-filesrc="src/ios/MTSCRA.h" />
<source-filesrc="src/ios/libMTSCRA.a"framework="true" />
<frameworksrc="libstdc++.dylib" />
<frameworksrc="avfoundation.framework" />
<frameworksrc="mediaplayer.framework" />
<frameworksrc="audiotoolbox.framework" />
<frameworksrc="foundation.framework" />
<frameworksrc="externalaccessory.framework" />
</platform>
<platformname="android">
<config-filetarget="config.xml"parent="/*">
<featurename="com.egood.magtek-udynamo">
<paramname="android-package"value="com.egood.cordova.plugins.magtekudynamo.MagTekUDynamoPlugin" />
</feature>
</config-file>
<js-modulesrc="www/js/magtek_udynamo.js"name="MagTek">
<clobberstarget="cordova.plugins.MagTek" />
</js-module>
<source-filesrc="src/android/com/egood/cordova/plugins/magtekudynamo/magtek-scra.jar"target-dir="libs" />
<source-filesrc="src/android/com/egood/cordova/plugins/magtekudynamo/ksoap2-android-assembly-2.6.5-jar-with-dependencies.jar"target-dir="libs" />
<source-filesrc="src/android/com/egood/cordova/plugins/magtekudynamo/MagTekUDynamoPlugin.java"target-dir="src/com/egood/cordova/plugins/magtekudynamo" />
</platform>
</plugin>