diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:41:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:41:16 +0200 |
| commit | 8dae6a5044f9c1b7a8497cc1c96155fd262b40cf (patch) | |
| tree | 6f546503efcb198a193f919efafb83977abb9535 /StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml | |
| parent | 531c60ee7ecbee516812d560b63a8317c3cf3590 (diff) | |
iphone x fixes
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml b/StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml index 5c1e5707..269785f9 100644 --- a/StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml +++ b/StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-splashscreen" - version="4.0.0"> + version="4.0.3"> <name>Splashscreen</name> <description>Cordova Splashscreen Plugin</description> <license>Apache 2.0</license> @@ -108,14 +108,14 @@ <!-- windows8 --> <platform name="windows8"> <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy"> - <merges target="" /> + <runs /> </js-module> </platform> <!-- windows --> <platform name="windows"> <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy"> - <merges target="" /> + <runs /> </js-module> </platform> |
