-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
82 lines (82 loc) · 5.42 KB
/
Copy pathconfig.xml
File metadata and controls
82 lines (82 loc) · 5.42 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
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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.scriptonita.basketzombie" version="1.2.6" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
com.scriptonita.basketzombie
<name>Basket Zombie</name>
<description>
Unos zombies piratas están jugando tranquilamente al baloncesto cuando llegas tu a retarlos.
</description>
<author email="contacto@scriptonita.com" href="http://www.scriptonita.com">
Scriptonita
</author>
<preference name="orientation" value="landscape"/>
<preference name="fullscreen" value="true" />
<preference name="target-device" value="universal"/>
<preference name="SplashScreen" value="none"/>
<preference name="SplashMaintainAspectRatio" value="true"/>
<preference name="SplashScreenDelay" value="0"/>
<preference name="auto-hide-splash-screen" value="true"/>
<preference name="android-minSdkVersion" value="21" />
<plugin name="cordova-plugin-device-motion" spec="~1.2.3"/>
<plugin name="cordova-plugin-splashscreen" spec="~4.0.1"/>
<plugin name="cordova-plugin-network-information" source="npm" />
<plugin name="cordova-plugin-screen-orientation" source="npm" />
<plugin name="cordova-plugin-insomnia" source="npm" />
<gap:plugin name="phonegap-admob" source="npm"/>
<platform name="android">
<icon gap:qualifier="ldpi" src="www/res/icon/android/drawable-ldpi/icon.png" />
<icon gap:qualifier="mdpi" src="www/res/icon/android/drawable-mdpi/icon.png" />
<icon gap:qualifier="hdpi" src="www/res/icon/android/drawable-hdpi/icon.png" />
<icon gap:qualifier="xhdpi" src="www/res/icon/android/drawable-xhdpi/icon.png" />
<splash src="www/res/screen/android/drawable-land-hdpi/screen.png" density="land-hdpi"/>
<splash src="www/res/screen/android/drawable-land-ldpi/screen.png" density="land-ldpi"/>
<splash src="www/res/screen/android/drawable-land-mdpi/screen.png" density="land-mdpi"/>
<splash src="www/res/screen/android/drawable-land-xhdpi/screen.png" density="land-xhdpi"/>
</platform>
<platform name="ios">
<icon height="57" src="www/res/icon/ios/Icon.png" width="57" />
<icon height="60" src="www/res/icon/ios/Icon-60.png" width="60" />
<icon height="72" src="www/res/icon/ios/Icon-72.png" width="72" />
<icon height="76" src="www/res/icon/ios/Icon-76.png" width="76" />
<icon height="114" src="www/res/icon/ios/Icon@2x.png" width="114" />
<icon height="120" src="www/res/icon/ios/Icon-60@2x.png" width="120" />
<icon height="144" src="www/res/icon/ios/Icon-72@2x.png" width="144" />
<icon height="152" src="www/res/icon/ios/Icon-76@2x.png" width="152" />
<icon height="180" src="www/res/icon/ios/Icon-60@3x.png" width="180" />
<icon height="167" src="www/res/icon/ios/Icon-167.png" width="167" />
<icon height="1024" src="www/res/icon/ios/Icon-1024.png" width="1024" />
<icon height="40" src="www/res/icon/ios/Icon-Small-40.png" width="40" />
<icon height="80" src="www/res/icon/ios/Icon-Small-40@2x.png" width="80" />
<icon height="120" src="www/res/icon/ios/Icon-Small-40@3x.png" width="120" />
<icon height="50" src="www/res/icon/ios/Icon-Small-50.png" width="50" />
<icon height="100" src="www/res/icon/ios/Icon-Small-50@2x.png" width="100" />
<icon height="29" src="www/res/icon/ios/Icon-Small.png" width="29" />
<icon height="58" src="www/res/icon/ios/Icon-Small@2x.png" width="58" />
<icon height="87" src="www/res/icon/ios/Icon-Small@3x.png" width="87" />
<icon height="2048" src="www/res/icon/ios/iTunesArtwork@2x.png" width="2048" />
<splash height="480" src="www/res/screen/ios/screen-iphone-portrait.png" width="320" />
<splash height="960" src="www/res/screen/ios/screen-iphone-portrait-2x.png" width="640" />
<splash height="1004" src="www/res/screen/ios/screen-ipad-portrait.png" width="768" />
<splash height="2008" src="www/res/screen/ios/screen-ipad-portrait-2x.png" width="1536" />
<splash height="1136" src="www/res/screen/ios/screen-iphone-portrait-568h-2x.png" width="640" />
<splash height="320" src="www/res/screen/ios/screen-iphone-landscape.png" width="480" />
<splash height="640" src="www/res/screen/ios/screen-iphone-landscape-2x.png" width="960" />
<splash height="768" src="www/res/screen/ios/screen-ipad-landscape.png" width="1004" />
<splash height="1536" src="www/res/screen/ios/screen-ipad-landscape-2x.png" width="2008" />
<splash height="640" src="www/res/screen/ios/screen-iphone-landscape-568h-2x.png" width="1136" />
<!--
<splash src="www/res/screen/ios/Default@2x~iphone~anyany.png" />
<splash src="www/res/screen/ios/Default@2x~iphone~comany.png" />
<splash src="www/res/screen/ios/Default@2x~iphone~comcom.png" />
<splash src="www/res/screen/ios/Default@3x~iphone~anyany.png" />
<splash src="www/res/screen/ios/Default@3x~iphone~anycom.png" />
<splash src="www/res/screen/ios/Default@3x~iphone~comany.png" />
<splash src="www/res/screen/ios/Default@2x~ipad~anyany.png" />
<splash src="www/res/screen/ios/Default@2x~ipad~comany.png" />
-->
<config-file parent="ITSAppUsesNonExemptEncryption" target="*-Info.plist">
<false />
</config-file>
</platform>
<content src="index.html"/>
<access origin="*"/>
</widget>