Skip to content

Commit 3294dd5

Browse files
authored
Create config.xml
0 parents  commit 3294dd5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cordova/config.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<widget id="my.first.app" version="1.0.0">
3+
<name>HelloWorld</name>
4+
<description>
5+
A sample Tabris.js application.
6+
</description>
7+
<author email="[email protected]" href="https://tabrisjs.com">
8+
Tabris.js Team
9+
</author>
10+
</widget>

0 commit comments

Comments
 (0)