diff --git a/README.md b/README.md index f022a61..7650ffe 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Iconizer # -Creates Xcode image catalogs (xcassets) for iPad, iPhone, Apple Watch and OS X. +Create Xcode image catalogs (xcassets) on the fly. Iconizer builds the necessary file structure for you and generates all required images for App Icons, Launch Images and Image Set. -![Iconizer](http://behoernchen.github.io/images/Iconizer%20Screenshot.png) +![Iconizer](screenshot.png) -Visit the [homepage](http://behoernchen.github.io/iconizer/) for more information. +Visit the [homepage](http://behoernchen.github.io/iconizer/index.html) for more information. ## How do I install it? ## @@ -18,18 +18,24 @@ You want to create 1024x1024px retina sized icns for OS X, fast and easily? Make ## Change log ## -May 21, 2015 - __v1.1.1__ +July 16, 2015 - __v2.0__ +- Completely rewritten version. +- Added support for Launch Images +- Added support for Image Sets +- Added auto update via the Sparkle framework + +May 21, 2015 - __v1.1__ - Fixed a bug with iDevices [Issue #2](https://github.com/behoernchen/Iconizer/issues/2) -May 19, 2015 - __v1.1.0__ +May 19, 2015 - __v1.1__ - Added CarPlay support - Added support for older iOS versions - Moved the 'Export' button into the toolbar -May 16, 2015 - __v1.0.1__ +May 16, 2015 - __v1.0__ - Added a progress indicator -May 13, 2015 - __v1.0.0__ +May 13, 2015 - __v1.0__ - Initial commit diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..ac0537e Binary files /dev/null and b/screenshot.png differ