-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
117 lines (117 loc) · 6.94 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.packtpub.logology" version="13.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Logology</name>
<description>
Dictionary application for Mastering PhoneGap book
</description>
<author email="kerrishotts@gmail.com" href="http://www.photokandy.com">
Kerri Shotts
</author>
<platform name="android">
<content src="index.html" />
</platform>
<platform name="ios">
<content src="http://localhost:49000" />
</platform>
<preference name="permissions" value="none" />
<preference name="fullscreen" value="false" />
<preference name="stay-in-webview" value="false" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="SplashScreen" value="res/splash/android/screen.9.png" />
<preference name="FadeSplashScreen" value="true" />
<preference name="FadeSplashScreenDuration" value="1.0" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="SplashScreenDelay" value="1000" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="disable-cursor" value="false" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
<preference name="target-device" value="universal" />
<preference name="prerendered-icon" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="exit-on-suspend" value="false" />
<preference name="deployment-target" value="7.0" />
<preference name="detect-data-types" value="false" />
<preference name="SupressesIncrementalRendering" value="true" />
<preference name="android-minSdkVersion" value="14" />
<preference name="android-installLocation" value="auto" />
<preference name="android-windowSoftInputMode" value="adjustResize" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#EEAA11" />
<preference name="StatusBarStyle" value="darkcontent" />
<platform name="android">
<preference name="Orientation" value="default" />
</platform>
<platform name="ios">
<preference name="Orientation" value="all" />
</platform>
<icon height="60" platform="ios" src="res/icon/ios/icon-60.png" width="60" />
<icon height="120" platform="ios" src="res/icon/ios/icon-60@2x.png" width="120" />
<icon height="180" platform="ios" src="res/icon/ios/icon-60@3x.png" width="180" />
<icon height="76" platform="ios" src="res/icon/ios/icon-76.png" width="76" />
<icon height="152" platform="ios" src="res/icon/ios/icon-76@2x.png" width="152" />
<icon height="40" platform="ios" src="res/icon/ios/icon-40.png" width="40" />
<icon height="80" platform="ios" src="res/icon/ios/icon-40@2x.png" width="80" />
<icon height="57" platform="ios" src="res/icon/ios/icon.png" width="57" />
<icon height="114" platform="ios" src="res/icon/ios/icon@2x.png" width="114" />
<icon height="72" platform="ios" src="res/icon/ios/icon-72.png" width="72" />
<icon height="144" platform="ios" src="res/icon/ios/icon-72@2x.png" width="144" />
<icon height="167" platform="ios" src="res/icon/ios/icon-83@2x.png" width="167" />
<icon height="29" platform="ios" src="res/icon/ios/icon-small.png" width="29" />
<icon height="58" platform="ios" src="res/icon/ios/icon-small@2x.png" width="58" />
<icon height="87" platform="ios" src="res/icon/ios/icon-small@3x.png" width="87" />
<icon height="50" platform="ios" src="res/icon/ios/icon-50.png" width="50" />
<icon height="100" platform="ios" src="res/icon/ios/icon-50@2x.png" width="100" />
<icon density="ldpi" platform="android" src="res/icon/android/ldpi.png" />
<icon density="mdpi" platform="android" src="res/icon/android/mdpi.png" />
<icon density="hdpi" platform="android" src="res/icon/android/hdpi.png" />
<icon density="xhdpi" platform="android" src="res/icon/android/xhdpi.png" />
<icon density="xxhdpi" platform="android" src="res/icon/android/xxhdpi.png" />
<icon density="xxxhdpi" platform="android" src="res/icon/android/xxhdpi.png" />
<splash height="480" platform="ios" src="res/splash/ios/Default~iphone.png" width="320" />
<splash height="960" platform="ios" src="res/splash/ios/Default@2x~iphone.png" width="640" />
<splash height="1024" platform="ios" src="res/splash/ios/Default-Portrait~ipad.png" width="768" />
<splash height="2048" platform="ios" src="res/splash/ios/Default-Portrait@2x~ipad.png" width="1536" />
<splash height="768" platform="ios" src="res/splash/ios/Default-Landscape~ipad.png" width="1024" />
<splash height="1536" platform="ios" src="res/splash/ios/Default-Landscape@2x~ipad.png" width="2048" />
<splash height="1136" platform="ios" src="res/splash/ios/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" platform="ios" src="res/splash/ios/Default-667h.png" width="750" />
<splash height="2208" platform="ios" src="res/splash/ios/Default-736h.png" width="1242" />
<splash height="1242" platform="ios" src="res/splash/ios/Default-Landscape-736h.png" width="2208" />
<splash platform="android" src="res/splash/android/screen.9.png" />
<access origin="*" />
<allow-navigation href="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<preference name="AlternateContentSrc" value="undefined" />
<engine name="android" spec="~6.1.2" />
<engine name="browser" spec="~4.1.0" />
<engine name="ios" spec="~4.3.1" />
<plugin name="cordova-labs-local-webserver" spec="git://github.com/apache/cordova-plugins.git#local-webserver" />
<plugin name="cordova-plugin-device" spec="1.1.0" />
<plugin name="cordova-plugin-globalization" spec="1.0.2" />
<plugin name="cordova-plugin-inappbrowser" spec="1.1.1" />
<plugin name="cordova-plugin-network-information" spec="1.1.0" />
<plugin name="cordova-plugin-safariviewcontroller" spec="1.2.0" />
<plugin name="cordova-plugin-splashscreen" spec="2.1.0" />
<plugin name="cordova-plugin-statusbar" spec="1.0.1" />
<plugin name="cordova-plugin-webpack-transpiler" spec="~0.3.1">
<variable name="CONFIG" value="typescript" />
</plugin>
<plugin name="cordova-plugin-whitelist" spec="1.2.0" />
<plugin name="cordova-plugin-wkwebview-engine" spec="~1.1.2" />
<plugin name="cordova-sqlite-ext" spec="0.8.0" />
<plugin name="ionic-plugin-keyboard" spec="1.0.8" />
<plugin name="phonegap-plugin-mobile-accessibility" spec="1.0.5" />
</widget>