CB-8397 Add support to 'windows' for showing the Windows Phone splashscreen

This commit is contained in:
sgrebnov
2015-02-06 18:15:08 +03:00
parent b232cd7447
commit bcbc23958f
3 changed files with 85 additions and 107 deletions
+8 -1
View File
@@ -116,7 +116,14 @@
<!-- windows8 -->
<platform name="windows8">
<js-module src="www/windows8/SplashScreenProxy.js" name="SplashScreenProxy">
<js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
<merges target="" />
</js-module>
</platform>
<!-- windows -->
<platform name="windows">
<js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
<merges target="" />
</js-module>
</platform>