-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
172 lines (133 loc) · 10.5 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<?xml version='1.0' encoding='utf-8'?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
xmlns:gap = "http://phonegap.com/ns/1.0"
id="com.blitzscorer"
ios-CFBundleIdentifier="com.blitzscorer.ios"
android-packageName="com.blitzscorer.android"
version="6.1">
<preference name='phonegap-version' value='cli-5.1.1' />
<name>Blitz Scorer</name>
<description>
An unofficial scoring app for the Dutch Blitz card game.
- Up to 8 players.
- Record scores for each round. Totals shown at bottom.
- Simple +1, +5, +10, and -1, -5, -10 buttons for adjusting score.
Don't want to install the app? Use the fully functional web version at http://blitzscorer.com/
</description>
<author href="http://blitzscorer.com" email="[email protected]">
Humphrey Murray
</author>
<content src="index.html" />
<preference name="Orientation" value="default" />
<!--<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="false" /> <!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<!-- Unknown Phonegap things -->
<preference name="ShowTitle" value="false"/>
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
<preference name="android-minSdkVersion" value="14" /> <!-- android: MIN SDK version supported on the target device. MAX version is blank by default. Setting to 14 to hide the menu button -->
<!-- Screen Orientation (iOS) -->
<plugin name="cordova-plugin-screen-orientation" />
<gap:plugin name="net.yoik.cordova.plugins.screenorientation" version="1.3.1" />
<!-- Status Bar -->
<!-- https://github.com/apache/cordova-plugin-statusbar -->
<plugin name="cordova-plugin-statusbar" />
<preference name="StatusBarOverlaysWebView" value="false" /> <!-- StatusBarOverlaysWebView (boolean, defaults to true). On iOS 7, make the statusbar overlay or not overlay the WebView at startup. -->
<!--<preference name="StatusBarBackgroundColor" value="#32692d" />-->
<!--<preference name="StatusBarStyle" value="default" /> <!– StatusBarStyle (status bar style, defaults to lightcontent). On iOS 7, set the status bar style. Available options default, lightcontent, blacktranslucent, blackopaque. –>-->
<preference name="StatusBarStyle" value="default" /> <!-- StatusBarStyle (status bar style, defaults to lightcontent). On iOS 7, set the status bar style. Available options default, lightcontent, blacktranslucent, blackopaque. -->
<!--<preference name="StatusBarBackgroundColor" value="#ffffff" />-->
<preference name="StatusBarColor" value="#000000" />
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true" />
</feature>
<!-- No Splashscreen -->
<preference name="BackgroundColor" value="0xffffffff"/> <!-- Set the app's background color. Supports a four-byte hex value, with the first byte representing the alpha channel, and standard RGB values for the following three bytes. -->
<!-- Splashscreen -->
<!--<preference name="BackgroundColor" value="0xff183317"/> <!– Set the app's background color. Supports a four-byte hex value, with the first byte representing the alpha channel, and standard RGB values for the following three bytes. –>-->
<!--<preference name="SplashScreenBackgroundColor" value="#183317" />-->
<!--<preference name="SplashScreenDelay" value="10000"/>-->
<!--<preference name="SplashScreen" value="splash"/>-->
<!--<preference name="AutoHideSplashScreen" value="false" />-->
<!--<preference name="ShowSplashScreen" value="true" />-->
<!--<preference name="SplashMaintainAspectRatio" value="true" />-->
<!--<preference name="ShowSplashScreenSpinner" value="false" />-->
<!--<preference name="FadeSplashScreen" value="true" />-->
<!--<preference name="FadeSplashScreenDuration" value="0.5" />-->
<!--<plugin name="org.apache.cordova.splashscreen" />-->
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<plugin name="cordova-plugin-whitelist" version="1" />
<gap:plugin name="com.indigoway.cordova.whitelist.whitelistplugin" version="1.1.1" />
<plugin name="cordova-plugin-dialogs" />
<gap:plugin name="org.apache.cordova.dialogs" />
<icon src="icon.png" />
<access origin="*" />
<preference name="permissions" value="none"/>
<platform name="android">
<allow-intent href="market:*" />
<preference name="StatusBarBackgroundColor" value="#2e4b21" />
<preference name="fullscreen" value="false" /> <!-- all: hides the status bar at the top of the screen -->
<icon src="res/icon/android/icon-96-xhdpi.png" />
<icon src="res/icon/android/icon-36-ldpi.png" density="ldpi" />
<icon src="res/icon/android/icon-48-mdpi.png" density="mdpi" />
<icon src="res/icon/android/icon-72-hdpi.png" density="hdpi" />
<icon src="res/icon/android/icon-96-xhdpi.png" density="xhdpi" />
<icon src="res/icon/android/icon-144-xxhdpi.png" density="xxhdpi" />
<icon src="res/icon/android/icon-192-xxxhdpi.png" density="xxxhdpi" />
<!-- Putting there here actually removes them from the build. makes the APK tiny -->
<splash src="res/screen/android/res-long-land-ldpi.png" qualifier="land-ldpi" />
<splash src="res/screen/android/res-long-land-mdpi.png" qualifier="land-mdpi" />
<splash src="res/screen/android/res-long-land-hdpi.png" qualifier="land-hdpi" />
<splash src="res/screen/android/res-long-land-xhdpi.png" qualifier="land-xhdpi" />
<splash src="res/screen/android/res-long-land-xxhdpi.png" qualifier="land-xxhdpi" />
<splash src="res/screen/android/res-long-land-xxxhdpi.png" qualifier="land-xxxhdpi" />
<splash src="res/screen/android/res-long-port-ldpi.png" qualifier="port-ldpi" />
<splash src="res/screen/android/res-long-port-mdpi.png" qualifier="port-mdpi" />
<splash src="res/screen/android/res-long-port-hdpi.png" qualifier="port-hdpi" />
<splash src="res/screen/android/res-long-port-xhdpi.png" qualifier="port-xhdpi" />
<splash src="res/screen/android/res-long-port-xxhdpi.png" qualifier="port-xxhdpi" />
<splash src="res/screen/android/res-long-port-xxxhdpi.png" qualifier="port-xxxhdpi" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<preference name="StatusBarBackgroundColor" value="#ffffff" />
<preference name="fullscreen" value="false" /> <!-- all: hides the status bar at the top of the screen -->
<!--<icon src="www/res/icon/ios/master.png" />-->
<icon src="www/res/icon/ios/icon-57.png" width="57" height="57" />
<icon src="www/res/icon/ios/[email protected]" width="114" height="114" />
<icon src="www/res/icon/ios/icon-60.png" width="60" height="60" />
<icon src="www/res/icon/ios/[email protected]" width="120" height="120" />
<icon src="www/res/icon/ios/icon-72.png" width="72" height="72" />
<icon src="www/res/icon/ios/[email protected]" width="144" height="144" />
<icon src="www/res/icon/ios/icon-76.png" width="76" height="76" />
<icon src="www/res/icon/ios/[email protected]" width="152" height="152" />
<!--<splash src="www/res/screen/ios/Default-iphone-portrait.png" width="320" height="480" />-->
<!--<splash src="www/res/screen/ios/Default-iphone-portrait-2x.png" width="750" height="1334" />-->
<!--<splash src="www/res/screen/ios/Default-iphone-portrait-568h-2x.png" width="2208" height="1242" />-->
<!--<splash src="www/res/screen/ios/Default-ipad-portrait.png" width="1024" height="768" />-->
<!--<splash src="www/res/screen/ios/Default-ipad-landscape.png" width="1024" height="768" />-->
<splash src="www/res/screen/ios/Default-Portrait.png" />
<splash src="www/res/screen/ios/[email protected]" width="640" height="1136" />
<splash src="www/res/screen/ios/[email protected]" width="750" height="1334" />
<splash src="www/res/screen/ios/[email protected]" width="2208" height="1242" />
<splash src="www/res/screen/ios/Default-Landscape.png" width="1024" height="768" />
<splash src="www/res/screen/ios/[email protected]" width="2048" height="1536" />
<splash src="www/res/screen/ios/[email protected]" width="1242" height="2208" />
<splash src="www/res/screen/ios/Default-Portrait.png" width="768" height="1024" />
<splash src="www/res/screen/ios/[email protected]" width="1536" height="2048" />
<splash src="www/res/screen/ios/Default.png" width="320" height="480" />
<splash src="www/res/screen/ios/[email protected]" width="640" height="960" />
</platform>
<platform name="firefoxos">
<preference name="fullscreen" value="" /> <!-- all: hides the status bar at the top of the screen -->
<icon src="res/icon/firefoxos/icon16x16.png" width="16" height="16" />
<icon src="res/icon/firefoxos/icon48x48.png" width="48" height="48" />
<icon src="res/icon/firefoxos/icon60x60.png" width="60" height="60" />
<icon src="res/icon/firefoxos/icon128x128.png" width="128" height="128" />
<!--<icon src="www/res/icon/firefoxos/icon512x512.png" width="512" height="512" />-->
</platform>
</widget>