-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
140 lines (136 loc) · 6.84 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
<?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:android="http://schemas.android.com/apk/res/android" id="com.shoployal.app" version="1.0.1">
<name>ShopLoyal</name>
<description>
VIP Local Shopping
</description>
<author email="[email protected]" href="http://codexr.io">
ShopLoyal - Andy Alexander
</author>
<content src="index.html"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
<allow-intent href="gap://*"/>
<allow-intent href="wantify://*/*"/>
<allow-intent href="shoployal://*/*"/>
<allow-intent href="fb://*/*"/>
<preference name="orientation" value="portrait"/>
<preference name="Hostname" value="localhost"/>
<preference name="MixedContentMode" value="0"/>
<platform name="android">
<preference name="android-minSdkVersion" value="19" />
<preference name="OpenAllWhitelistURLsInWebView" value="Yes"/>
<access allows-arbitrary-loads-in-media="true" allows-arbitrary-loads-in-web-content="true" allows-local-networking="true" origin="*"/>
<allow-navigation href="localhost://*/*"/>
<allow-navigation href="shoployal://*/*"/>
<allow-navigation href="fb://*/*"/>
<feature name="AppsFlyerPlugin">
<param name="android-package" value="com.appsflyer.cordova.plugin.AppsFlyerPlugin"/>
</feature>
<plugin name="cordova-plugin-inappbrowser"/>
<preference name="DisallowOverscroll" value="false"/>
<preference name="EnableViewportScale" value="true"/>
<preference name="SuppressesIncrementalRendering" value="true"/>
<preference name="KeyboardResize" value="true"/>
<preference name="KeyboardResizeMode" value="native"/>
<preference name="KeyboardDisplayRequiresUserAction" value="false"/>
<preference name="webviewbounce" value="true"/>
<preference name="Allow3DTouchLinkPreview" value="false"/>
<preference name="StatusBarOverlaysWebView" value="false"/>
<preference name="StatusBarBackgroundColor" value="#353334"/>
</platform>
<platform name="ios">
<config-file parent="NSAppTransportSecurity" target="*-Info.plist">
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</config-file>
<preference name="OpenAllWhitelistURLsInWebView" value="Yes"/>
<access allows-arbitrary-loads-in-media="true" allows-arbitrary-loads-in-web-content="true" allows-local-networking="true" origin="*"/>
<allow-navigation href="*"/>
<allow-navigation href="localhost://*/*"/>
<allow-navigation href="shoployal://*/*"/>
<allow-navigation href="fb://*/*"/>
<allow-navigation href="wantify://*/*"/>
<edit-config-file parent="LSApplicationQueriesSchemes" target="*-Info.plist">
<array>
<string>wantify</string>
</array>
</edit-config-file>
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
<feature name="AppsFlyerPlugin">
<param name="ios-package" value="AppsFlyerPlugin"/>
</feature>
<config file="ShopLoyal-Info.plist" mode="merge" platform="ios" target="NSLocationWhenInUseUsageDescription">
<string>Needs Geolocation to find local businesses</string>
</config>
<config file="ShopLoyal-Info.plist" mode="merge" platform="ios" target="NSLocationAlwaysUsageDescription">
<string>Needs Geolocation to find local businesses</string>
</config>
<edit-config file="ShopLoyal-Info.plist" mode="merge" platform="ios" target="NSLocationWhenInUseUsageDescription">
<string>Needs Geolocation to find local businesses</string>
</edit-config>
<edit-config file="ShopLoyal-Info.plist" mode="merge" platform="ios" target="NSLocationWhenInUseUsageDescription">
<string>Needs Geolocation to find local businesses</string>
</edit-config>
<config-file file="ShopLoyal-Info.plist" mode="merge" platform="ios" target="NSLocationWhenInUseUsageDescription">
<string>Needs Geolocation to find local businesses</string>
</config-file>
<config-file file="ShopLoyal-Info.plist" mode="merge" platform="ios" target="NSLocationAlwaysUsageDescription">
<string>Needs Geolocation to find local businesses</string>
</config-file>
<config-file target="*-Debug.plist" parent="com.apple.developer.associated-domains">
<array>
<string>applinks:*.shoployal.com</string>
</array>
</config-file>
<config-file target="*-Release.plist" parent="com.apple.developer.associated-domains">
<array>
<string>applinks:*.shoployal.com</string>
</array>
</config-file>
<resource-file src="ShopLoyal.entitlements"/>
<gap:plugin name="cordova-plugin-inappbrowser"/>
<preference name="DisallowOverscroll" value="false"/>
<preference name="EnableViewportScale" value="true"/>
<preference name="SuppressesIncrementalRendering" value="true"/>
<preference name="KeyboardResize" value="true"/>
<preference name="KeyboardResizeMode" value="native"/>
<preference name="KeyboardDisplayRequiresUserAction" value="false"/>
<preference name="webviewbounce" value="true"/>
<preference name="Allow3DTouchLinkPreview" value="false"/>
<preference name="AllowBackForwardNavigationGestures" value="true"/>
<preference name="StatusBarOverlaysWebView" value="false"/>
<preference name="StatusBarBackgroundColor" value="#353334"/>
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<preference name="AllowInlineMediaPlayback" value="true"/>
</platform>
<preference name="SplashScreenDelay" value="3000"/>
<splash src="res/splash.png"/>
<splash height="480" src="res/screen/ios/Default@2x~iphone~anyany.png" width="320"/>
<splash height="960" src="res/screen/ios/Default@2x~iphone~anyany.png" width="640"/>
<splash height="1024" src="res/screen/ios/Default@2x~ipad~anyany.png" width="768"/>
<splash height="2048" src="res/screen/ios/Default@2x~ipad~anyany.png" width="1536"/>
<splash height="768" src="res/screen/ios/Default@2x~ipad~anyany.png" width="1024"/>
<splash height="1536" src="res/screen/ios/Default@2x~ipad~comany.png" width="2048"/>
<plugin name="cordova-plugin-safariviewcontroller" spec="^1.6.0"/>
<plugin name="cordova-plugin-geolocation" spec="~2.4.3">
<variable name="GEOLOCATION_USAGE_DESCRIPTION" value="Needs Geolocation to find local businesses"/>
</plugin>
<plugin name="onesignal-cordova-plugin" spec="^2.4.7"/>
<preference name="permissions" value="none"/>
<plugin name="cordova-plugin-whitelist" source="npm" version="1.0.0"/>
<allow-navigation href="*"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<preference name="OverrideUserAgent" value="Mozilla/5.0 Google"/>
</widget>