-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
137 lines (124 loc) · 7.75 KB
/
config.xml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?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.gabmobi.BowlingStats"
version = "1.1.4">
<name>ProBowl Stats</name>
<description>A Bowling Statistics app. Analyze your games. Monitor your progress.</description>
<!--
If you do not want any permissions to be added to your app, add the
following tag to your config.xml; you will still have the INTERNET
permission on your app, which PhoneGap requires.
-->
<preference name="permissions" value="none"/>
<!-- Customize your app and platform with the preference element. -->
<preference name="phonegap-version" value="3.4.0" />
<!-- all: current version of PhoneGap -->
<preference name="orientation" value="portrait" />
<!-- all: default means both landscape and portrait are enabled -->
<preference name="target-device" value="universal" />
<!-- all: possible values handset, tablet, or universal -->
<preference name="Fullscreen" value="true" />
<!-- all: hides the status bar at the top of the screen -->
<preference name="webviewbounce" value="false" />
<!-- ios: control whether the screen 'bounces' when scrolled beyond the top -->
<preference name="prerendered-icon" value="true" />
<!-- ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen -->
<preference name="stay-in-webview" value="false" />
<!-- ios: external links should open in the default browser, 'true' would use the webview the app lives in -->
<preference name="ios-statusbarstyle" value="black-opaque" />
<!-- ios: black-translucent will appear black because the PhoneGap webview doesn't go beneath the status bar -->
<preference name="detect-data-types" value="true" />
<!-- ios: controls whether data types (such as phone no. and dates) are automatically turned into links by the system -->
<preference name="exit-on-suspend" value="false" />
<!-- ios: if set to true, app will terminate when home button is pressed -->
<preference name="show-splash-screen-spinner" value="true" />
<!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<preference name="auto-hide-splash-screen" value="true" />
<!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<preference name="disable-cursor" value="false" />
<!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
<preference name="android-minSdkVersion" value="10" />
<!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<preference name="android-installLocation" value="auto" />
<!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->
<preference name="DisallowOverscroll" value="true"/>
<gap:plugin name="org.apache.cordova.camera" version="0.2.9"/>
<gap:plugin name="org.apache.cordova.dialogs" version="0.2.6"/>
<gap:plugin name="org.apache.cordova.vibration" version="0.3.7" />
<gap:plugin name="org.apache.cordova.splashscreen" />
<gap:plugin name="nl.x-services.plugins.toast" version="2.0" />
<gap:plugin name="nl.x-services.plugins.socialsharing" version="4.0.8" />
<gap:plugin name="com.phonegap.plugin.statusbar" version="1.1.0" />
<feature name="SocialSharing">
<param name="ios-package" value="SocialSharing" />
</feature>
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true" />
</feature>
<gap:config-file platform="ios" parent="UIStatusBarHidden">
<true/>
</gap:config-file>
<gap:config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance">
<false/>
</gap:config-file>
<!--
<gap:plugin name="org.apache.cordova.battery-status" />
<gap:plugin name="org.apache.cordova.media-capture" />
<gap:plugin name="org.apache.cordova.console" />
<gap:plugin name="org.apache.cordova.contacts" />
<gap:plugin name="org.apache.cordova.device" />
<gap:plugin name="org.apache.cordova.device-motion" />
<gap:plugin name="org.apache.cordova.device-orientation" />
<gap:plugin name="org.apache.cordova.media-capture" version="0.2.8" />
<gap:plugin name="org.apache.cordova.file-transfer" />
<gap:plugin name="org.apache.cordova.geolocation" />
<gap:plugin name="org.apache.cordova.globalization" />
<gap:plugin name="org.apache.cordova.inappbrowser" />
<gap:plugin name="org.apache.cordova.media" />
<gap:plugin name="org.apache.cordova.network-information" />
-->
<icon src="res/icon.png"/>
<!-- iPhone / iPod Touch -->
<icon src="res/icon/ios/Icon-60.png" gap:platform="ios" width="60" height="60" />
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="120" height="120" />
<!-- iPad -->
<icon src="res/icon/ios/Icon-76.png" gap:platform="ios" width="76" height="76" />
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="152" height="152" />
<!-- Settings Icon -->
<icon src="res/icon/ios/Icon-small.png" gap:platform="ios" width="29" height="29" />
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="58" height="58" />
<!-- Spotlight Icon -->
<icon src="res/icon/ios/Icon-40.png" gap:platform="ios" width="40" height="40" />
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="80" height="80" />
<!-- iPhone / iPod Touch -->
<icon src="res/icon/ios/Icon.png" gap:platform="ios" width="57" height="57" />
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="114" height="114" />
<!-- iPad -->
<icon src="res/icon/ios/Icon-72.png" gap:platform="ios" width="72" height="72" />
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="144" height="144" />
<!-- iPhone Spotlight and Settings Icon -->
<icon src="res/icon/ios/Icon-small.png" gap:platform="ios" width="29" height="29" />
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="58" height="58" />
<!-- iPad Spotlight and Settings Icon -->
<icon src="res/icon/ios/Icon-50.png" gap:platform="ios" width="50" height="50" />
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="100" height="100" />
<icon src="res/icon/android/ldpi.png" gap:platform="android" gap:qualifier="ldpi" />
<icon src="res/icon/android/mdpi.png" gap:platform="android" gap:qualifier="mdpi" />
<icon src="res/icon/android/hdpi.png" gap:platform="android" gap:qualifier="hdpi" />
<icon src="res/icon/android/xhdpi.png" gap:platform="android" gap:qualifier="xhdpi" />
<icon src="res/icon/android/xxhdpi.png" gap:platform="android" gap:qualifier="xxhdpi" />
<gap:splash src="res/splashscreen/ios/Default.png" gap:platform="ios" width="320" height="480" />
<gap:splash src="res/splashscreen/ios/[email protected]" gap:platform="ios" width="640" height="960" />
<gap:splash src="res/splashscreen/ios/[email protected]" gap:platform="ios" width="640" height="1136" />
<gap:splash src="res/splashscreen/ios/Default-Portrait.png" gap:platform="ios" width="768" height="1024" />
<gap:splash src="res/splashscreen/ios/Default-Landscape.png" gap:platform="ios" width="1024" height="768" />
<gap:splash src="res/splashscreen/ios/[email protected]" gap:platform="ios" width="1536" height="2048" />
<gap:splash src="res/splashscreen/ios/[email protected]" gap:platform="ios" width="2048" height="1536" />
<!--
<gap:splash src="res/splashscreen/android/ldpi.png" gap:platform="android" gap:qualifier="ldpi" />
<gap:splash src="res/splashscreen/android/mdpi.png" gap:platform="android" gap:qualifier="mdpi" />
<gap:splash src="res/splashscreen/android/hdpi.png" gap:platform="android" gap:qualifier="hdpi" />
<gap:splash src="res/splashscreen/android/xhdpi.png" gap:platform="android" gap:qualifier="xhdpi" />-->
<access origin="*" />
</widget>