-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
81 lines (81 loc) · 4.7 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.nekuno" version="2.2.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Nekuno</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="[email protected]" href="http://cordova.io">
Apache Cordova Team
</author>
<preference name="phonegap-version" value="cli-6.3.1" />
<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:*" />
<preference name="Orientation" value="portrait" />
<preference name="SplashScreen" value="screen" />
<platform name="android">
<resource-file src="src/google-services.json" target="google-services.json" />
<allow-intent href="market:*" />
<icon density="ldpi" src="src/scss/img/icons/72 - hdpi.png" />
<icon density="mdpi" src="src/scss/img/icons/96 - xhdpi.png" />
<icon density="hdpi" src="src/scss/img/icons/144 - xxhdpi.png" />
<icon density="xhdpi" src="src/scss/img/icons/192 - xxxhpdi.png" />
<splash density="port-ldpi" src="src/scss/img/splash/ldpi.9.png" />
<splash density="port-mdpi" src="src/scss/img/splash/mdpi.9.png" />
<splash density="port-hdpi" src="src/scss/img/splash/hdpi.9.png" />
<splash density="port-xhdpi" src="src/scss/img/splash/xhdpi.9.png" />
</platform>
<platform name="ios">
<resource-file src="src/GoogleService-Info.plist" />
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon height="180" src="src/scss/img/icons/ios/[email protected]" width="180" />
<icon height="120" src="src/scss/img/icons/ios/[email protected]" width="120" />
<icon height="76" src="src/scss/img/icons/ios/icon-76.png" width="76" />
<icon height="152" src="src/scss/img/icons/ios/[email protected]" width="152" />
<icon height="40" src="src/scss/img/icons/ios/icon-40.png" width="40" />
<icon height="80" src="src/scss/img/icons/ios/[email protected]" width="80" />
<icon height="57" src="src/scss/img/icons/ios/icon.png" width="57" />
<icon height="114" src="src/scss/img/icons/ios/[email protected]" width="114" />
<icon height="72" src="src/scss/img/icons/ios/icon-72.png" width="72" />
<icon height="144" src="src/scss/img/icons/ios/[email protected]" width="144" />
<icon height="29" src="src/scss/img/icons/ios/icon-small.png" width="29" />
<icon height="58" src="src/scss/img/icons/ios/[email protected]" width="58" />
<icon height="50" src="src/scss/img/icons/ios/icon-50.png" width="50" />
<icon height="100" src="src/scss/img/icons/ios/[email protected]" width="100" />
<icon height="512" src="src/scss/img/icons/ios/iTunesArtwork.png" width="512" />
<icon height="1024" src="src/scss/img/icons/ios/[email protected]" width="1024" />
<splash height="480" src="src/scss/img/splash/Default~iphone.png" width="320" />
<splash height="960" src="src/scss/img/splash/Default@2x~iphone.png" width="640" />
<splash height="1136" src="src/scss/img/splash/Default-568h@2x~iphone.png" width="640" />
</platform>
<preference name="android-minSdkVersion" value="16" />
<engine name="android" spec="^6.2.3" />
<engine name="ios" spec="^4.4.0" />
<plugin name="cordova-plugin-crosswalk-webview" spec="^2.3.0">
<variable name="XWALK_VERSION" value="23+" />
<variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+" />
<variable name="XWALK_COMMANDLINE" value="--disable-pull-to-refresh-effect" />
<variable name="XWALK_MODE" value="embedded" />
<variable name="XWALK_MULTIPLEAPK" value="true" />
</plugin>
<plugin name="cordova-plugin-device" spec="^1.1.6" />
<plugin name="cordova-plugin-facebook4" spec="1.7.4">
<variable name="APP_ID" value="900844543277969" />
<variable name="APP_NAME" value="fornekuno" />
</plugin>
<plugin name="cordova-plugin-google-analytics" spec="^1.8.3" />
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="cordova-plugin-x-socialsharing" spec="^5.1.8" />
<plugin name="de.appplant.cordova.plugin.local-notification" spec="^0.8.5" />
<plugin name="phonegap-plugin-push" spec="^1.10.5">
<variable name="SENDER_ID" value="345837503310" />
</plugin>
</widget>