-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathconfig.xml
59 lines (50 loc) · 2.53 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="cn.framework7.vue" version="3.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>F7VueH5Plus</name>
<description>
A hybrid app made with Framework7 Vue H5Plus.With Hbuilder you can easily convert it to native iOS app.
</description>
<author email="[email protected]" href="http://framework7.cn">
iamxiaoma
</author>
<content src="index.html"/>
<plugin name="cordova-plugin-whitelist" version="1"/>
<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="DisallowOverscroll" value="true"/>
<preference name="StatusBarBackgroundColor" value="#ff9630" />
<preference name="StatusBarStyle" value="lightcontent" />
<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
<!-- iOS 7.0+ -->
<!-- iPhone / iPod Touch -->
<icon src="www/static/icons/ios/icon-60.png" width="60" height="60"/>
<icon src="www/static/icons/ios/[email protected]" width="120" height="120"/>
<!-- iOS 6.1 -->
<!-- Spotlight Icon -->
<icon src="www/static/icons/ios/icon-40.png" width="40" height="40"/>
<icon src="www/static/icons/ios/[email protected]" width="80" height="80"/>
<!-- iPhone / iPod Touch -->
<icon src="www/static/icons/ios/icon.png" width="57" height="57"/>
<icon src="www/static/icons/ios/[email protected]" width="114" height="114"/>
<!-- iPhone Spotlight and Settings Icon -->
<icon src="www/static/icons/ios/icon-small.png" width="29" height="29"/>
<icon src="www/static/icons/ios/[email protected]" width="58" height="58"/>
<!-- iPad -->
<icon src="www/static/icons/ios/icon-76.png" width="76" height="76"/>
<icon src="www/static/icons/ios/[email protected]" width="152" height="152"/>
<!-- iPad -->
<icon src="www/static/icons/ios/icon-72.png" width="72" height="72"/>
<icon src="www/static/icons/ios/[email protected]" width="144" height="144"/>
<!-- iPad Spotlight and Settings Icon -->
<icon src="www/static/icons/ios/icon-50.png" width="50" height="50"/>
<icon src="www/static/icons/ios/[email protected]" width="100" height="100"/>
</platform>
<engine name="ios" spec="~4.3.1" />
</widget>