# Distribuo Easy to use in-house distribution of Mobile apps. For now Enterprise and Ad-Hoc apps only. ## Features - Several app operating systems: iOS/Android/Windows/MacOS/tvOS - Several release types: Alpha/Beta/Enterprise/Production/Store/Custom - Icon extraction from apk/ipa - Build-information extraction from apk/ipa (build-number, version-string, bundle-id, etc) ## Installation Add this line to your application's Gemfile: ```ruby gem 'distribuo' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install distribuo ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).