-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathconfig.xml
67 lines (67 loc) · 3.23 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.techcultivation.dnscloak" ios-CFBundleVersion="0.5.0" version="2.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DNSCryptApp</name>
<description>
Secure DNS client for iOS. Supports DNSCrypt v2 and DNS-over-HTTPS protocols.
</description>
<author email="sergey.smirnov.dev@gmail.com">
Sergey Smirnov
</author>
<content src="index.html" />
<access origin="*" />
<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:*" />
<allow-navigation href="gap://ready" />
<preference name="KeychainAccessibility" value="Always" />
<preference name="Orientation" value="portrait" />
<preference name="KeyboardAppearanceDark" value="true" />
</platform>
<splash src="res/Default@2x~iphone~anyany.png" />
<splash src="res/Default@2x~iphone~comany.png" />
<splash src="res/Default@2x~iphone~comcom.png" />
<splash src="res/Default@3x~iphone~anyany.png" />
<splash src="res/Default@3x~iphone~anycom.png" />
<splash src="res/Default@3x~iphone~comany.png" />
<splash src="res/Default@2x~ipad~anyany.png" />
<splash src="res/Default@2x~ipad~comany.png" />
<preference name="HideKeyboardFormAccessoryBar " value="true" />
<preference name="SplashScreen" value="screen" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="FadeSplashScreenDuration" value="400" />
<preference name="BackupWebStorage" value="local" />
<preference name="DisallowOverscroll" value="true" />
<preference name="BackgroundColor" value="0xff222426" />
<feature name="SocialSharing">
<param name="ios-package" value="SocialSharing" />
</feature>
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<engine name="ios" spec="^5.0.0" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="cordova-plugin-splashscreen" spec="~5.0.2" />
<plugin name="cordova-plugin-ionic-keyboard" spec="~2.1.3" />
<plugin name="cordova-plugin-filepicker" spec="~1.1.5" />
<plugin name="cordova-plugin-file" spec="~6.0.1" />
<plugin name="cordova-plugin-inappbrowser" spec="~3.1.0-dev" />
<plugin name="cordova-plugin-apprate" spec="~1.4.0" />
<plugin name="cordova-plugin-ionic-webview" spec="~2.3.2" />
<plugin name="cordova-plugin-device" spec="~2.0.2" />
<plugin name="cordova-plugin-statusbar" spec="~2.4.2" />
<plugin name="cordova-plugin-x-socialsharing" spec="~5.4.4" />
<plugin name="cordova-plugin-app-preferences" spec="~0.99.3" />
<plugin name="cordova-plugin-dnstool" spec="~0.0.2" />
<plugin name="cordova-plugin-pinlock" spec="~0.0.1" />
</widget>