forked from phonegap/phonegap-app-developer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
85 lines (85 loc) · 5.42 KB
/
config.xml
File metadata and controls
85 lines (85 loc) · 5.42 KB
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
82
83
84
85
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.adobe.phonegap.app" version="1.5.8" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>PhoneGap</name>
<description>
The PhoneGap Developer app is a testing utility for web developers and designers using the PhoneGap framework. After installing this app on your device you will be able to connect it to the PhoneGap desktop app to instantly view and test your work
</description>
<author email="support@phonegap.com" href="http://phonegap.com">
Adobe PhoneGap Team
</author>
<preference name="Orientation" value="default" />
<platform name="ios">
<preference name="Orientation" value="all" />
</platform>
<preference name="StatusBarStyle" value="default" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="DisallowOverscroll" value="true" />
<access origin="*" />
<content src="index.html" />
<plugin name="cordova-plugin-battery-status" spec="~1.0.0" />
<plugin name="cordova-plugin-camera" spec="~1.0.0" />
<plugin name="cordova-plugin-console" spec="~1.0.0" />
<plugin name="cordova-plugin-contacts" spec="~1.0.0" />
<plugin name="cordova-plugin-device" spec="~1.0.0" />
<plugin name="cordova-plugin-device-motion" spec="~1.0.0" />
<plugin name="cordova-plugin-device-orientation" spec="~1.0.0" />
<plugin name="cordova-plugin-dialogs" spec="~1.0.0" />
<plugin name="cordova-plugin-file" spec="~2.0.0" />
<plugin name="cordova-plugin-file-transfer" spec="~1.0.0" />
<plugin name="cordova-plugin-geolocation" spec="~1.0.0" />
<plugin name="cordova-plugin-globalization" spec="~1.0.0" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.0.0" />
<plugin name="cordova-plugin-media" spec="~1.0.0" />
<plugin name="cordova-plugin-media-capture" spec="~1.0.0" />
<plugin name="cordova-plugin-splashscreen" spec="~2.1.0" />
<plugin name="cordova-plugin-statusbar" spec="~1.0.0" />
<plugin name="cordova-plugin-vibration" spec="~1.0.0" />
<plugin name="phonegap-plugin-contentsync" spec="~1.1.3" />
<plugin name="cordova-plugin-whitelist" spec="~1.0.0" />
<plugin name="adobe-mobile-services" spec="^4.7.0" />
<plugin name="nl.x-services.plugins.insomnia" spec="https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git#:." />
<plugin name="cordova-plugin-ble-central" spec="~1.0.1" />
<platform name="ios">
<icon height="76" src="resources/icon/ios/icon-76.png" width="76" />
<icon height="152" src="resources/icon/ios/icon-76@2x.png" width="152" />
<icon height="72" src="resources/icon/ios/icon-72.png" width="72" />
<icon height="144" src="resources/icon/ios/icon-72@2x.png" width="144" />
<icon height="60" src="resources/icon/ios/icon-60.png" width="60" />
<icon height="120" src="resources/icon/ios/icon-60@2x.png" width="120" />
<icon height="180" src="resources/icon/ios/icon-60@3x.png" width="180" />
<icon height="50" src="resources/icon/ios/icon-50.png" width="50" />
<icon height="100" src="resources/icon/ios/icon-50@2x.png" width="100" />
<icon height="40" src="resources/icon/ios/icon-40.png" width="40" />
<icon height="80" src="resources/icon/ios/icon-40@2x.png" width="80" />
<icon height="57" src="resources/icon/ios/icon.png" width="57" />
<icon height="114" src="resources/icon/ios/icon@2x.png" width="114" />
<icon height="29" src="resources/icon/ios/icon-small.png" width="29" />
<icon height="58" src="resources/icon/ios/icon-small@2x.png" width="58" />
<splash height="480" src="resources/splash/ios/Default~iphone.png" width="320" />
<splash height="960" src="resources/splash/ios/Default@2x~iphone.png" width="640" />
<splash height="1024" src="resources/splash/ios/Default-Portrait~ipad.png" width="768" />
<splash height="2048" src="resources/splash/ios/Default-Portrait@2x~ipad.png" width="1536" />
<splash height="768" src="resources/splash/ios/Default-Landscape~ipad.png" width="1024" />
<splash height="1536" src="resources/splash/ios/Default-Landscape@2x~ipad.png" width="2048" />
<splash height="1136" src="resources/splash/ios/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="resources/splash/ios/Default-667h.png" width="750" />
<splash height="2208" src="resources/splash/ios/Default-736h.png" width="1242" />
<splash height="1242" src="resources/splash/ios/Default-Landscape-736h.png" width="2208" />
</platform>
<engine name="android" spec="4.1.1" />
<platform name="android">
<preference name="SplashScreenDelay" value="0" />
<icon density="ldpi" src="resources/icon/android/icon-36.png" />
<icon density="mdpi" src="resources/icon/android/icon-48.png" />
<icon density="hdpi" src="resources/icon/android/icon-72.png" />
<icon density="xhdpi" src="resources/icon/android/icon-96.png" />
</platform>
<platform name="wp8">
<icon height="99" src="resources/icon/wp8/ApplicationIcon.png" width="99" />
<icon height="159" src="resources/icon/wp8/TileMedium.png" width="159" />
<icon height="110" src="resources/icon/wp8/TileSmall.png" width="110" />
</platform>
<engine name="wp8" spec="~3.8.1" />
<engine name="ios" spec="~3.9.1" />
</widget>