File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 33
33
<engine name =" cordova-windows" version =" >=4.4.0" />
34
34
</engines >
35
35
36
- <js-module src =" www/splashscreen.js" name =" SplashScreen" >
37
- <clobbers target =" navigator.splashscreen" />
38
- </js-module >
39
-
40
36
<!-- android -->
41
37
<platform name =" android" >
42
38
<config-file target =" res/xml/config.xml" parent =" /*" >
47
43
</config-file >
48
44
49
45
<source-file src =" src/android/SplashScreen.java" target-dir =" src/org/apache/cordova/splashscreen" />
46
+
47
+ <js-module src =" www/splashscreen.js" name =" SplashScreen" >
48
+ <clobbers target =" navigator.splashscreen" />
49
+ </js-module >
50
50
</platform >
51
51
52
52
<!-- windows -->
53
53
<platform name =" windows" >
54
54
<js-module src =" src/windows/SplashScreenProxy.js" name =" SplashScreenProxy" >
55
55
<runs />
56
56
</js-module >
57
+
58
+ <js-module src =" www/splashscreen.js" name =" SplashScreen" >
59
+ <clobbers target =" navigator.splashscreen" />
60
+ </js-module >
57
61
</platform >
58
62
59
63
<!-- browser -->
60
64
<platform name =" browser" >
61
65
<js-module src =" src/browser/SplashScreenProxy.js" name =" SplashScreenProxy" >
62
66
<runs />
63
67
</js-module >
68
+
69
+ <js-module src =" www/splashscreen.js" name =" SplashScreen" >
70
+ <clobbers target =" navigator.splashscreen" />
71
+ </js-module >
64
72
</platform >
65
73
</plugin >
You can’t perform that action at this time.
0 commit comments