-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
30 lines (21 loc) · 805 Bytes
/
config.xml
File metadata and controls
30 lines (21 loc) · 805 Bytes
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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
xmlns:android = "http://schemas.android.com/apk/res/android"
id = "edu.iupui.n300.HelloWorld"
version = "1.0.0" >
<name>Hello World</name>
<description>
A hellow world example app.
</description>
<author href="https://github.com/ProfessorKevinForbes/Hello World" email="professorkevinforbes@gmail.com">
Kevin Forbes
</author>
<icon src="icon.png" />
<gap:splash src="splash.png" />
<gap:platform name="ios" />
<gap:platform name="android" />
<uses-sdk android:minSdkVersion="19"
android:targetSdkVersion="19"
android:maxSdkVersion="19" />
</widget>