-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
99 lines (92 loc) · 5.15 KB
/
config.xml
File metadata and controls
99 lines (92 loc) · 5.15 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="cool.able" version="0.9.14" android-versionCode="91400" ios-CFBundleVersion="91400">
<name>Able</name>
<description>Experimente ótimas cervejas artesanais selecionadas pelo nosso sommelier virtual especialmente para você. Melhore ainda mais sua experiência ao longo do tempo enquanto ele aprende com suas escolhas e avaliações. Receba suas garrafas
geladas onde estiver, na mesma hora. Disponível agora em São Paulo/SP.</description>
<author href="https://able.cool" email="help@able.cool">United Beverages of America, LLC. Able.Cool Team</author>
<content src="index.html"/>
<plugin name="cordova-plugin-statusbar"/>
<plugin name="cordova-plugin-geolocation"/>
<plugin name="cordova-plugin-whitelist"/>
<plugin name="cordova-plugin-splashscreen"/>
<plugin name="cordova-plugin-device"/>
<plugin name="ionic-plugin-keyboard"/>
<plugin name="helpshift-support-plugin"/>
<plugin name="phonegap-plugin-push">
<variable name="SENDER_ID" value="828347553479"/>
</plugin>
<plugin name="cordova-plugin-badge"/>
<plugin name="cordova-plugin-console"/>
<plugin name="cordova-plugin-dialogs"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="webviewbounce" value="false"/>
<preference name="EnableViewportScale" value="false"/>
<preference name="SuppressesIncrementalRendering" value="true"/>
<preference name="permissions" value=""/>
<preference name="BackupWebStorage" value="none"/>
<preference name="orientation" value="portrait"/>
<preference name="target-device" value="handset"/>
<preference name="prerendered-icon" value="true"/>
<preference name="stay-in-webview" value="true"/>
<preference name="detect-data-types" value="false"/>
<preference name="exit-on-suspend" value="true"/>
<preference name="show-splash-screen-spinner" value="false"/>
<preference name="auto-hide-splash-screen" value="true"/>
<preference name="StatusBarOverlaysWebView" value="true"/>
<preference name="StatusBarStyle" value="blacktranslucent"/>
<preference name="BackgroundColor" value="0xfff4f2ef"/>
<allow-navigation href="*"/>
<allow-intent href="*"/>
<access origin="*"/>
<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
<preference name="FadeSplashScreenDuration" value="500"/>
<preference name="AutoHideSplashScreen" value="false"/>
<preference name="fullscreen" value="true"/>
<preference name="deployment-target" value="8.0"/>
<icon src="www/res/ios/icon.png" width="57" height="57"/>
<icon src="www/res/ios/icon-60@2x.png" width="120" height="120"/>
<icon src="www/res/ios/icon-60@3x.png" width="180" height="180"/>
<icon src="www/res/ios/icon-76.png" width="76" height="76"/>
<icon src="www/res/ios/icon-76@2x.png" width="152" height="152"/>
<icon src="www/res/ios/icon-40.png" width="40" height="40"/>
<icon src="www/res/ios/icon-40@2x.png" width="80" height="80"/>
<icon src="www/res/ios/icon.png" width="57" height="57"/>
<icon src="www/res/ios/icon@2x.png" width="114" height="114"/>
<icon src="www/res/ios/icon-72.png" width="72" height="72"/>
<icon src="www/res/ios/icon-72@2x.png" width="144" height="144"/>
<icon src="www/res/ios/icon-small.png" width="29" height="29"/>
<icon src="www/res/ios/icon-small@2x.png" width="58" height="58"/>
<icon src="www/res/ios/icon-small@3x.png" width="87" height="87"/>
<icon src="www/res/ios/icon-50.png" width="50" height="50"/>
<icon src="www/res/ios/icon-50@2x.png" width="100" height="100"/>
<splash src="www/res/ios/320x480.png" width="320" height="480"/>
<splash src="www/res/ios/640x960.png" width="640" height="960"/>
<splash src="www/res/ios/640x1136.png" width="640" height="1136"/>
<splash src="www/res/ios/750x1334.png" width="750" height="1334"/>
<splash src="www/res/ios/1242x2208.png" width="1242" height="2208"/>
</platform>
<platform name="android">
<preference name="KeepRunning" value="false"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
<preference name="FadeSplashScreenDuration" value="500"/>
<preference name="AutoHideSplashScreen" value="false"/>
<preference name="fullscreen" value="false"/>
<preference name="android-minSdkVersion" value="19"/>
<icon src="www/res/android/ldpi.png" density="ldpi"/>
<icon src="www/res/android/mdpi.png" density="mdpi"/>
<icon src="www/res/android/hdpi.png" density="hdpi"/>
<icon src="www/res/android/xhdpi.png" density="xhdpi"/>
<icon src="www/res/android/xxhdpi.png" density="xxhdpi"/>
<icon src="www/res/android/xxxhdpi.png" density="xxxhdpi"/>
<splash src="www/res/android/land-hdpi.png" density="land-hdpi"/>
<splash src="www/res/android/land-ldpi.png" density="land-ldpi"/>
<splash src="www/res/android/land-mdpi.png" density="land-mdpi"/>
<splash src="www/res/android/land-xhdpi.png" density="land-xhdpi"/>
<splash src="www/res/android/port-hdpi.png" density="port-hdpi"/>
<splash src="www/res/android/port-ldpi.png" density="port-ldpi"/>
<splash src="www/res/android/port-mdpi.png" density="port-mdpi"/>
<splash src="www/res/android/port-xhdpi.png" density="port-xhdpi"/>
</platform>
</widget>