|
1 | | -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| 1 | +<?xml version='1.0' encoding='utf-8'?> |
2 | 2 | <widget id="com.lanceli.cnodejs" version="3.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
3 | | - <name display="CNode社区">CNodeJs</name> |
4 | | - <description> |
| 3 | + <name display="CNode社区">CNodeJs</name> |
| 4 | + <description> |
5 | 5 | Ionic app for https://cnodejs.org |
6 | 6 | </description> |
7 | | - < author email= "[email protected]" href= "http://github.com/lanceli"> |
| 7 | + < author email= "[email protected]" href= "http://github.com/lanceli"> |
8 | 8 | Lance Li |
9 | 9 | </author> |
10 | | - <content src="index.html"/> |
11 | | - <access origin="*"/> |
12 | | - <allow-navigation href="http://ionic.local/*"/> |
13 | | - <allow-intent href="http://*/*"/> |
14 | | - <allow-intent href="https://*/*"/> |
15 | | - <allow-intent href="tel:*"/> |
16 | | - <allow-intent href="sms:*"/> |
17 | | - <allow-intent href="mailto:*"/> |
18 | | - <allow-intent href="geo:*"/> |
19 | | - <platform name="android"> |
20 | | - <allow-intent href="market:*"/> |
21 | | - </platform> |
22 | | - <platform name="ios"> |
23 | | - <allow-intent href="itms:*"/> |
24 | | - <allow-intent href="itms-apps:*"/> |
25 | | - </platform> |
26 | | - <preference name="webviewbounce" value="false"/> |
27 | | - <preference name="UIWebViewBounce" value="false"/> |
28 | | - <preference name="DisallowOverscroll" value="true"/> |
29 | | - <preference name="android-minSdkVersion" value="16"/> |
30 | | - <preference name="BackupWebStorage" value="none"/> |
31 | | - <preference name="SplashMaintainAspectRatio" value="true"/> |
32 | | - <preference name="FadeSplashScreenDuration" value="300"/> |
33 | | - <preference name="SplashShowOnlyFirstTime" value="false"/> |
34 | | - <feature name="StatusBar"> |
35 | | - <param name="ios-package" onload="true" value="CDVStatusBar"/> |
36 | | - </feature> |
37 | | - <plugin name="ionic-plugin-keyboard" spec="~2.2.1"/> |
38 | | - <plugin name="cordova-plugin-whitelist" spec="1.3.1"/> |
39 | | - <plugin name="cordova-plugin-console" spec="1.0.5"/> |
40 | | - <plugin name="cordova-plugin-statusbar" spec="2.2.1"/> |
41 | | - <plugin name="cordova-plugin-device" spec="1.1.4"/> |
42 | | - <plugin name="cordova-plugin-splashscreen" spec="~4.0.1"/> |
| 10 | + <content src="index.html" /> |
| 11 | + <access origin="*" /> |
| 12 | + <allow-navigation href="http://ionic.local/*" /> |
| 13 | + <allow-intent href="http://*/*" /> |
| 14 | + <allow-intent href="https://*/*" /> |
| 15 | + <allow-intent href="tel:*" /> |
| 16 | + <allow-intent href="sms:*" /> |
| 17 | + <allow-intent href="mailto:*" /> |
| 18 | + <allow-intent href="geo:*" /> |
| 19 | + <platform name="android"> |
| 20 | + <allow-intent href="market:*" /> |
| 21 | + </platform> |
| 22 | + <platform name="ios"> |
| 23 | + <allow-intent href="itms:*" /> |
| 24 | + <allow-intent href="itms-apps:*" /> |
| 25 | + </platform> |
| 26 | + <preference name="webviewbounce" value="false" /> |
| 27 | + <preference name="UIWebViewBounce" value="false" /> |
| 28 | + <preference name="DisallowOverscroll" value="true" /> |
| 29 | + <preference name="android-minSdkVersion" value="16" /> |
| 30 | + <preference name="BackupWebStorage" value="none" /> |
| 31 | + <preference name="SplashMaintainAspectRatio" value="true" /> |
| 32 | + <preference name="FadeSplashScreenDuration" value="300" /> |
| 33 | + <preference name="SplashShowOnlyFirstTime" value="false" /> |
| 34 | + <feature name="StatusBar"> |
| 35 | + <param name="ios-package" onload="true" value="CDVStatusBar" /> |
| 36 | + </feature> |
| 37 | + <plugin name="ionic-plugin-keyboard" spec="~2.2.1" /> |
| 38 | + <plugin name="cordova-plugin-whitelist" spec="1.3.1" /> |
| 39 | + <plugin name="cordova-plugin-console" spec="1.0.5" /> |
| 40 | + <plugin name="cordova-plugin-statusbar" spec="2.2.1" /> |
| 41 | + <plugin name="cordova-plugin-device" spec="1.1.4" /> |
| 42 | + <plugin name="cordova-plugin-splashscreen" spec="~4.0.1" /> |
| 43 | + <plugin name="cordova-sqlite-storage" spec="~2.0.3" /> |
43 | 44 | </widget> |
0 commit comments