-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
29 lines (21 loc) · 896 Bytes
/
config.xml
File metadata and controls
29 lines (21 loc) · 896 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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.necha.pocketlogic"
versionCode="10"
version = "1.0.0">
<name>Pocket Logic</name>
<description>
The original open source life calculation platform
</description>
<author href="https://build.phonegap.com" email="aaronnech@gmail.com">
Aaron Nech, Daniel Gorrie
</author>
<feature name="http://api.phonegap.com/1.0/network"/>
<feature name="http://api.phonegap.com/1.0/notification"/>
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="show-splash-screen-spinner" value="true" />
<access origin="http://pocketlogic.herokuapp.com/" subdomains="true" />
<icon src="icon.png" />
</widget>