mirror of
https://github.com/wahyd4/BarcodeScanner.git
synced 2026-08-09 04:55:57 +10:00
21 lines
554 B
XML
21 lines
554 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<widget xmlns = "http://www.w3.org/ns/widgets"
|
|
xmlns:gap = "http://phonegap.com/ns/1.0"
|
|
id = "org.apache.cordova.example"
|
|
version = "2.0.0">
|
|
<name>cordovaExample</name>
|
|
|
|
<description>
|
|
Barcode Scanner Spec
|
|
</description>
|
|
|
|
<author href="http://phonegap.com" email="support@phonegap.com">
|
|
Ryan Willoughby - PhoneGap Team
|
|
</author>
|
|
|
|
<gap:preference name="phonegap-version" value="2.5.0" />
|
|
|
|
<gap:plugin name="BarcodeScanner"/>
|
|
|
|
</widget>
|