Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDisler committed Feb 9, 2018
1 parent d13aa09 commit 3a01746
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 33 deletions.
31 changes: 0 additions & 31 deletions CHANGELOG.md

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The splash screen image should be 2208x2208 px with a center square of about 120

$ sudo npm install cordova-splash -g

If you are using an older version of cordova (before 7.x):

$ sudo npm install [email protected] -g

### Requirements

- ImageMagick installed (*Mac*: `brew install imagemagick`, *Debian/Ubuntu*: `sudo apt-get install imagemagick`, *Windows*: [See here, install "Legacy tools"](http://www.imagemagick.org/script/binary-releases.php#windows))
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var getPlatforms = function (projectName) {
platforms.push({
name : 'android',
isAdded : fs.existsSync('platforms/android'),
splashPath : 'platforms/android/res/',
splashPath : 'platforms/android/app/src/main/res/',
splash : [
// Landscape
{ name: 'drawable-land-ldpi/screen.png', width: 320, height: 200 },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-splash",
"version": "0.12.0",
"version": "1.0.0",
"description": "Automatic splash screen cropping for Cordova",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 3a01746

Please sign in to comment.