Skip to content

nearlyfreeapps/appx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appx

Build Status

Installation

Add this line to your application's Gemfile:

gem 'appx'

And then execute:

$ bundle

Or install it yourself as:

$ gem install appx

Usage

require 'appx'

appx = Appx::File('path/to/file.appx')

puts appx.manifest.identity_name
puts appx.manifest.version

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nearlyfreeapps/appx.

License

The gem is available as open source under the terms of the MIT License.