Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naoty/picon
Generator of identicons for iOS apps
https://github.com/naoty/picon
Last synced: about 2 months ago
JSON representation
Generator of identicons for iOS apps
- Host: GitHub
- URL: https://github.com/naoty/picon
- Owner: naoty
- License: mit
- Created: 2013-11-08T14:44:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T03:38:14.000Z (over 10 years ago)
- Last Synced: 2024-10-31T21:35:36.792Z (about 2 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/picon
- Size: 504 KB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Picon [![Build Status](https://img.shields.io/travis/naoty/picon/master.svg?style=flat)](https://travis-ci.org/naoty/picon)
This gem generates [identicons](http://en.wikipedia.org/wiki/Identicon) for iOS apps. It is helpful for developers who cannot create icons with tools such as Adobe Illustrator. Apps under development are usually have the save default icon, and so cannot be tell apart at a glance. However, apps with identicons generated by this gem are can be identified by their icons.
## Requirements
- Xcode 5.0 or later
## Installation
```sh
$ gem install picon
```## Usage
At the root of Xcode project,
```sh
$ picon generate
```this command generates identicons for each resolutions, and places them at right place in your project.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request