Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.89 KB

Readme.md

File metadata and controls

40 lines (24 loc) · 1.89 KB

Brewers Association Style Guide App

A RubyMotion application brought to you by Off The Grid Apps.

App Icon

A full copy of the 2013 Brewers Association Style Guidelines always at the ready on your iOS device. Whether you're a beer judge, a homebrewer, or an enthusiast, this free app will come in handy whenever you want a quick lookup of a style description.

Download from the App Store

image

How to run the app from source:

  1. You must have a valid license of RubyMotion.
  2. Download the source code.
  3. Open a terminal and cd into the directory.
  4. Run bundle to install dependencies.
  5. Run rake to launch the app in the simulator.

Contributing:

  1. Fork it.
  2. Work on a feature branch.
  3. Send me a pull request.

If you can't contribute but find an issue, please open an issue

Internationalization:

It would be great to have the style guidelines translated into other languages. If you would like to contribute a translation, check out the /resources/en/ folder for the official SQLite database of styles, localized strings file, and content for the app.

You can copy those files into your own internationalized folder and make translations.

At a minimum, we need the following files translated:

  • SQLite database
  • Localized.strings

Once you've created that folder in the resources directory, send me a pull request!