fix!: remove deprecated windows platform (#340)

This commit is contained in:
jcesarmobile
2022-12-07 00:05:49 +01:00
committed by GitHub
parent 78e8fa07ae
commit 0aaecdcddc
5 changed files with 5 additions and 129 deletions
-16
View File
@@ -27,22 +27,6 @@
<keywords>cordova,splashscreen</keywords>
<repo>https://github.com/apache/cordova-plugin-splashscreen.git</repo>
<issue>https://github.com/apache/cordova-plugin-splashscreen/issues</issue>
<engines>
<engine name="cordova-windows" version=">=4.4.0" />
</engines>
<!-- windows -->
<platform name="windows">
<js-module src="src/windows/SplashScreenProxy.js" name="SplashScreenProxy">
<runs />
</js-module>
<js-module src="www/splashscreen.js" name="SplashScreen">
<clobbers target="navigator.splashscreen" />
</js-module>
</platform>
<!-- browser -->
<platform name="browser">
<js-module src="src/browser/SplashScreenProxy.js" name="SplashScreenProxy">