9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00

Add example with codebar application.

This commit is contained in:
Christophe Boucaut
2015-01-27 11:42:44 +01:00
parent 96a5da95ca
commit 42eb98290c
5 changed files with 86 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="org.geneanet.customCamera.Barcode" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Codebar</name>
<description>
Application's test.
</description>
<author href="http://www.geneanet.org/" email="">
Geneanet
</author>
<content src="index.html"/>
<access origin="*"/>
</widget>