motion-splash_generator 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -5
- data/lib/motion/splash_generator/image.rb +1 -1
- data/lib/motion/splash_generator/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54bbdad8462f2913151ae39b13439779febca7e4
|
4
|
+
data.tar.gz: 00ed16c2de1a54aa01559b713483160c481bffb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bd45b0221c6c0ee73f0aad7849b36fa39c3cf4108ff039a95d9421e689c407fa1d17cd887ade06be1fa50d277eef19452d9f219b14237028fa42d0ac0569539
|
7
|
+
data.tar.gz: 0435a7ba213d8b306d4190dd253303e330587d46642359dd2a0883dcae2310ca2da4fce1dbd2fcef8c7b1b357abc2b72ef7b618e26b340148d5bf4ee0a01099b
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
#
|
1
|
+
# Splash Generator
|
2
2
|
|
3
3
|
Are you tired of spending hours creating all of the different splash image versions you need for your app?
|
4
4
|
|
5
|
-
|
5
|
+
**Splash Generator** effortlessly generates all of the iOS splash images you'll ever need.
|
6
6
|
|
7
7
|
Need icons? We gots them here: https://github.com/KatanaCode/motion-icon_generator
|
8
8
|
|
@@ -36,8 +36,8 @@ and add it to your `Rakefile`:
|
|
36
36
|
|
37
37
|
Usage is super-easy:
|
38
38
|
|
39
|
-
1. Create a template
|
40
|
-
2. run this rake task to create your
|
39
|
+
1. Create a template splash image and save it as resources/splash-template.png. This should be about 2048x2048 pixels.
|
40
|
+
2. run this rake task to create your splashes `rake splashes:generate`. After a few glorious seconds you should see a new directory filled with images called simply "splashes/"
|
41
41
|
|
42
42
|
|
43
43
|
## Configuration
|
@@ -62,7 +62,7 @@ You can also set the following environment variables to change the default behav
|
|
62
62
|
|
63
63
|
Icons are defined in [splashes.yaml](lib/motion/splash_generator/splashes.yaml). If you'd like to add your own custom splash sizes on a per-app basis, create a file named `config/splashes.yaml` in your app and stick some YAML in there.
|
64
64
|
|
65
|
-
If you see an
|
65
|
+
If you see an image type that we're missing, please create a pull request or an issue.
|
66
66
|
|
67
67
|
## Contributing
|
68
68
|
|
@@ -73,5 +73,9 @@ If you see an icon type that we're missing, please create a pull request or an i
|
|
73
73
|
5. Create a new Pull Request
|
74
74
|
|
75
75
|
|
76
|
+
## Acknowledgements
|
77
|
+
|
78
|
+
This was based partly on [https://github.com/spren9er/s9splashgen](https://github.com/spren9er/s9splashgen) by [@spren9er](https://github.com/spren9er)
|
79
|
+
|
76
80
|
By [Katana Code: web developers, mobile app developers, nice guys](katanacode.com/tools?utm_source=GitHub&utm_medium=README&utm_campaign=motion-splash_generator
|
77
81
|
)
|