README.md in yamg-0.3.7 vs README.md in yamg-0.3.8
- old
+ new
@@ -80,10 +80,11 @@
```
From the `.yamg.yml` you may configure differents source paths.
Also configure every export location you need (check #Support)
+
## Icons
Your main icon(s) may be SVG or PNG. Or both:
SVG is always the best choice, it will be rasterized and not resized.
Except will be with really small (16x16, 32x32, 64x64@2x) icons:
@@ -147,27 +148,40 @@
```
Note: Waiting for a pull-request on screencap for hidpi.
-
## Config file
-Explain yamg.yml:
+```yaml
+icon:
+ path: 'folder/'
+ round: true # defaults to false
+splash:
+ path: 'folder/'
+ background: #rgb
+
+screenshot:
+ path: 'url://'
```
-icon:
- path:
- round:
-```
+
Custom location:
some-project:
icon: [32, 64, 128]
+Note: For Apple Store make sure to add round false if your default is true:
+
+```
+compile:
+ apple:
+ rounded: false
+```
+
## Support
* iOS Project
* OSX Project
* Android Project
@@ -197,9 +211,14 @@
You may generate assets for both, but the difference is:
Phonegap (`www/res`) assets are used only on Phonegap Build.
To build locally use Cordova assets (`platforms/<platform>/*`)
+### Cordova Rake Tasks
+
+If you're working with cordova, add some Ruby to it:
+
+https://github.com/nofxx/cordova-rake
## Issues
http://github.com/nofxx/yamg/issues