Skip to content

Commit

Permalink
chore: cleanup repo (#275)
Browse files Browse the repository at this point in the history
* chore: remove ubuntu from supported platforms list
* chore: remove old wp platform unused src code
* chore: remove old wp platform reference
* chore: update urls to projects issue & git repo
* style: fix indention
  • Loading branch information
erisu authored Jun 26, 2020
1 parent 097ca6a commit 0fba4f3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 300 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"id": "cordova-plugin-splashscreen",
"platforms": [
"android",
"ubuntu",
"windows",
"browser"
]
Expand Down
8 changes: 4 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
-->

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen"
version="6.0.0-dev">
id="cordova-plugin-splashscreen"
version="6.0.0-dev">
<name>Splashscreen</name>
<description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,splashscreen</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320653</issue>
<repo>https://github.com/apache/cordova-plugin-splashscreen.git</repo>
<issue>https://github.com/apache/cordova-plugin-splashscreen/issues</issue>

<engines>
<engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->
Expand Down
39 changes: 0 additions & 39 deletions src/wp/ResolutionHelper.cs

This file was deleted.

255 changes: 0 additions & 255 deletions src/wp/SplashScreen.cs

This file was deleted.

1 change: 0 additions & 1 deletion tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ exports.defineManualTests = function (contentEl, createActionButton) {
}

contentEl.innerHTML = '<h1>Splashscreen Tests</h1>' +
'<h3>Note for WP: AutoHideSplashScreen must be set to false in config.xml</h3>' +
'<div id="show1"></div>' +
'Expected result: Will show the Cordova splashscreen for 1 second' +
'</p> <div id="show5"></div>' +
Expand Down

0 comments on commit 0fba4f3

Please sign in to comment.