forked from ericshulman/InsideTiddlyWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
46 lines (39 loc) · 1.7 KB
/
config.xml
File metadata and controls
46 lines (39 loc) · 1.7 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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 = "com.elsdesign.ITW"
versionCode = "10"
version = "0.1.0" >
<name> Inside TiddlyWiki</name>
<description> ITW/PhoneGap </description>
<author href="http://tiddlytools.com" email="[email protected]">
Eric Shulman
</author>
<gap:platform name="android" />
<!-- <gap:platform name="ios"> -->
<icon src="icon.png" />
<gap:splash src="splash.png" />
<preference name="orientation" value="default" /> <!-- portrait, landscape -->
<preference name="android-location" value="auto" /> <!-- internalOnly, auto, preferSD -->
<preference name="fullscreen" value="true" />
<supports-screens android:anyDensity="true" android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true" />
<preference name="permissions" value="none"/>
<feature name="http://api.phonegap.com/1.0/geolocation" />
<!--
<feature name="http://api.phonegap.com/1.0/network" />
<feature name="http://api.phonegap.com/1.0/camera" />
<feature name="http://api.phonegap.com/1.0/notification" />
<feature name="http://api.phonegap.com/1.0/media" />
<feature name="http://api.phonegap.com/1.0/contacts" />
<feature name="http://api.phonegap.com/1.0/file" />
<feature name="http://api.phonegap.com/1.0/battery" />
<feature name="http://api.phonegap.com/1.0/device" />
-->
<gap:plugin name="org.apache.cordova.geolocation" />
<gap:plugin name="com.kumbe.phonegap.zoom.zoomcontrol" />
</widget>