Skip to content

Commit 5280f6e

Browse files
committed
Really basic cordova package file
1 parent 82bd2f6 commit 5280f6e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

test/config.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<widget android-versionCode="1000100" id="com.example.xavtool" ios-CFBundleVersion="1.0.1" version="1.0.1"
3+
xmlns="http://www.w3.org/ns/widgets"
4+
xmlns:android="http://schemas.android.com/apk/res/android"
5+
xmlns:cdv="http://cordova.apache.org/ns/1.0">
6+
<name>xavtool</name>
7+
<content src="index.html" />
8+
<access origin="*" />
9+
</widget>

0 commit comments

Comments
 (0)