forked from lanceli/cnodejs-ionic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
22 lines (22 loc) · 823 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.lanceli.cnodejs"
version="2.0.1"
android-versionCode="129"
ios-CFBundleVersion="129"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="DisallowOverscroll" value="true" />
<name display="CNode社区">CNodeJs</name>
<description>
Ionic app for https://cnodejs.org
</description>
<author email="lyfuture@gmail.com" href="http://github.com/lanceli">
Lance Li
</author>
<content src="index.html" />
<access origin="*" />
</widget>