Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.23 KB

Project Baker - Asset Catalog Generator

Generate Asset Catalog Images from source files to use with Baker Framework http://bakerframework.com

INSTALLATION

First, clone this repository and step in:

git clone git@github.com:tobiasstrebitzer/baker-asset-catalog-generator.git
cd baker-asset-catalog-generator/

PREPARATION

First, modify AppIcon.png and LaunchImage.png to suit your needs. Make sure to leave some space all sides as the generator will crop the images (cropped areas are indicated as guides in the .psd files)

USAGE

To generate all image sets, simply run:

rake

To generate a specific image set, run:

rake generate[AppIcon]
# or
rake generate[LaunchImage]

BUGS AND FEEDBACK

CHANGELOG

  • 1.0
    • Added support AppIcon and LaunchImage, for iOS versions 5 through 8

LICENSE

Copyright (C) 2014, Tobias Strebitzer Licensed under BSD Opensource License (free for personal and commercial use)