View difference between Paste ID: tkY9c2jD and 2gwfs1Au
SHOW: | | - or go back to the newest paste.
1
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="br.com.fakenoids" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
2+
<widget id="br.com.fakenoids" version="1.0.0" versionCode= "1" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
3
    <name>Fakenoides</name>
4
    <description>
5
        Hello World sample application that responds to the deviceready event.
6
    </description>
7
    <author email="support@phonegap.com" href="http://phonegap.com">
8
        PhoneGap Team
9
    </author>
10-
    <content src="index.html" />
10+
    <preference name='phonegap-version' value='cli-8.0.0' />
11
    <preference name="DisallowOverscroll" value="true" />
12
    <preference name="android-minSdkVersion" value="14" />
13
14
	<plugin name="cordova-android-support-gradle-release" spec="1.2.0" source="npm" />
15
16
    <plugin name="cordova-plugin-battery-status" source="npm" spec="~1.1.1" />
17
    <plugin name="cordova-plugin-camera" source="npm" spec="~2.1.1" />
18
    <plugin name="cordova-plugin-media-capture" source="npm" spec="~1.2.0" />
19
    <plugin name="cordova-plugin-console" source="npm" spec="~1.0.2" />
20
    <plugin name="cordova-plugin-contacts" source="npm" spec="~2.0.1" />
21
    <plugin name="cordova-plugin-device" source="npm" spec="~1.1.1" />
22
    <plugin name="cordova-plugin-device-motion" source="npm" spec="~1.2.0" />
23
    <plugin name="cordova-plugin-device-orientation" source="npm" spec="~1.0.2" />
24
    <plugin name="cordova-plugin-dialogs" source="npm" spec="~1.2.0" />
25
    <plugin name="cordova-plugin-file" source="npm" spec="~4.1.1" />
26
    <plugin name="cordova-plugin-file-transfer" source="npm" spec="~1.5.0" />
27
    <plugin name="cordova-plugin-geolocation" source="npm" spec="~2.1.0" />
28
    <plugin name="cordova-plugin-globalization" source="npm" spec="~1.0.3" />
29
    <plugin name="cordova-plugin-inappbrowser" source="npm" spec="~1.3.0" />
30
    <plugin name="cordova-plugin-media" source="npm" spec="~2.2.0" />
31
32
    <gap:plugin name="cordova-plugin-x-socialsharing" source="npm" />
33
34
35
    <plugin name="cordova-plugin-network-information" source="npm" spec="~1.2.0" />
36
    <plugin name="cordova-plugin-splashscreen" source="npm" spec="~3.2.1" />
37
    <plugin name="cordova-plugin-statusbar" source="npm" spec="~2.1.2" />
38
    <plugin name="cordova-plugin-vibration" source="npm" spec="~2.1.0" />
39
    <plugin name="cordova-plugin-whitelist" source="npm" spec="~1.2.1" />
40
    <platform name="android">
41
        <icon density="ldpi" src="www/res/icon/android/drawable-ldpi-icon.png" />
42
        <icon density="mdpi" src="www/res/icon/android/drawable-mdpi-icon.png" />
43
        <icon density="hdpi" src="www/res/icon/android/drawable-hdpi-icon.png" />
44
        <icon density="xhdpi" src="www/res/icon/android/drawable-xhdpi-icon.png" />
45
        <icon density="xxhdpi" src="www/res/icon/android/drawable-xxhdpi-icon.png" />
46
        <icon density="xxxhdpi" src="www/res/icon/android/drawable-xxxhdpi-icon.png" />
47
        <splash density="land-ldpi" src="www/res/screen/android/drawable-land-ldpi-screen.png" />
48
        <splash density="land-mdpi" src="www/res/screen/android/drawable-land-mdpi-screen.png" />
49
        <splash density="land-hdpi" src="www/res/screen/android/drawable-land-hdpi-screen.png" />
50
        <splash density="land-xhdpi" src="www/res/screen/android/drawable-land-xhdpi-screen.png" />
51
        <splash density="land-xxhdpi" src="www/res/screen/android/drawable-land-xxhdpi-screen.png" />
52
        <splash density="land-xxxhdpi" src="www/res/screen/android/drawable-land-xxxhdpi-screen.png" />
53
        <splash density="port-ldpi" src="www/res/screen/android/drawable-port-ldpi-screen.png" />
54
        <splash density="port-mdpi" src="www/res/screen/android/drawable-port-mdpi-screen.png" />
55
        <splash density="port-hdpi" src="www/res/screen/android/drawable-port-hdpi-screen.png" />
56
        <splash density="port-xhdpi" src="www/res/screen/android/drawable-port-xhdpi-screen.png" />
57
        <splash density="port-xxhdpi" src="www/res/screen/android/drawable-port-xxhdpi-screen.png" />
58
        <splash density="port-xxxhdpi" src="www/res/screen/android/drawable-port-xxxhdpi-screen.png" />
59
    </platform>
60
    <platform name="ios">
61
        <icon height="57" platform="ios" src="www/res/icon/ios/icon.png" width="57" />
62
        <icon height="114" platform="ios" src="www/res/icon/ios/icon@2x.png" width="114" />
63
        <icon height="40" platform="ios" src="www/res/icon/ios/icon-40.png" width="40" />
64
        <icon height="80" platform="ios" src="www/res/icon/ios/icon-40@2x.png" width="80" />
65
        <icon height="50" platform="ios" src="www/res/icon/ios/icon-50.png" width="50" />
66
        <icon height="100" platform="ios" src="www/res/icon/ios/icon-50@2x.png" width="100" />
67
        <icon height="60" platform="ios" src="www/res/icon/ios/icon-60.png" width="60" />
68
        <icon height="120" platform="ios" src="www/res/icon/ios/icon-60@2x.png" width="120" />
69
        <icon height="180" platform="ios" src="www/res/icon/ios/icon-60@3x.png" width="180" />
70
        <icon height="72" platform="ios" src="www/res/icon/ios/icon-72.png" width="72" />
71
        <icon height="144" platform="ios" src="www/res/icon/ios/icon-72@2x.png" width="144" />
72
        <icon height="76" platform="ios" src="www/res/icon/ios/icon-76.png" width="76" />
73
        <icon height="152" platform="ios" src="www/res/icon/ios/icon-76@2x.png" width="152" />
74
        <icon height="29" platform="ios" src="www/res/icon/ios/icon-small.png" width="29" />
75
        <icon height="58" platform="ios" src="www/res/icon/ios/icon-small@2x.png" width="58" />
76
        <icon height="87" platform="ios" src="www/res/icon/ios/icon-small@3x.png" width="87" />
77
        <splash height="1136" platform="ios" src="www/res/screen/ios/Default-568h@2x~iphone.png" width="640" />
78
        <splash height="1334" platform="ios" src="www/res/screen/ios/Default-667h.png" width="750" />
79
        <splash height="2208" platform="ios" src="www/res/screen/ios/Default-736h.png" width="1242" />
80
        <splash height="1242" platform="ios" src="www/res/screen/ios/Default-Landscape-736h.png" width="2208" />
81
        <splash height="1536" platform="ios" src="www/res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" />
82
        <splash height="768" platform="ios" src="www/res/screen/ios/Default-Landscape~ipad.png" width="1024" />
83
        <splash height="2048" platform="ios" src="www/res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" />
84
        <splash height="1024" platform="ios" src="www/res/screen/ios/Default-Portrait~ipad.png" width="768" />
85
        <splash height="960" platform="ios" src="www/res/screen/ios/Default@2x~iphone.png" width="640" />
86
        <splash height="480" platform="ios" src="www/res/screen/ios/Default~iphone.png" width="320" />
87
    </platform>
88
    <platform name="wp8">
89
        <icon height="99" platform="wp8" src="www/res/icon/wp8/ApplicationIcon.png" width="99" />
90
        <icon height="159" platform="wp8" src="www/res/icon/wp8/Background.png" width="159" />
91
        <splash height="1280" platform="wp8" src="www/res/screen/wp8/screen-portrait.jpg" width="768" />
92
    </platform>
93
    <platform name="windows">
94
        <icon height="150" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-100.png" width="150" />
95
        <icon height="30" platform="windows" src="www/res/icon/windows/Square30x30Logo.scale-100.png" width="30" />
96
        <icon height="50" platform="windows" src="www/res/icon/windows/StoreLogo.scale-100.png" width="50" />
97
        <splash height="300" platform="windows" src="www/res/screen/windows/SplashScreen.scale-100.png" width="620" />
98
        <icon height="120" platform="windows" src="www/res/icon/windows/StoreLogo.scale-240.png" width="120" />
99
        <icon height="44" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-100.png" width="44" />
100
        <icon height="106" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-240.png" width="106" />
101
        <icon height="70" platform="windows" src="www/res/icon/windows/Square70x70Logo.scale-100.png" width="70" />
102
        <icon height="71" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-100.png" width="71" />
103
        <icon height="170" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-240.png" width="170" />
104
        <icon height="360" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-240.png" width="360" />
105
        <icon height="310" platform="windows" src="www/res/icon/windows/Square310x310Logo.scale-100.png" width="310" />
106
        <icon height="150" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-100.png" width="310" />
107
        <icon height="360" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-240.png" width="744" />
108
        <splash height="1920" platform="windows" src="www/res/screen/windows/SplashScreenPhone.scale-240.png" width="1152" />
109
    </platform>
110
    <access origin="*" />
111
    <allow-intent href="http://*/*" />
112
    <allow-intent href="https://*/*" />
113
    <allow-intent href="tel:*" />
114
    <allow-intent href="sms:*" />
115
    <allow-intent href="mailto:*" />
116
    <allow-intent href="geo:*" />
117
    <platform name="android">
118
        <allow-intent href="market:*" />
119
    </platform>
120
    <platform name="ios">
121
        <allow-intent href="itms:*" />
122
        <allow-intent href="itms-apps:*" />
123
    </platform>
124
</widget>