Ipa-Reader
Ipa-Reader copied to clipboard
Reads iPhone Package Archive Files (ipa)
Results
3
Ipa-Reader issues
Sort by
recently updated
recently updated
newest added
Add method to determine if an ipa support, Iphone, Ipad and Iwatch
With current code, this gem gets wrong information about name, version, and bundle_identifier. It should be updated like this: in https://github.com/schlu/Ipa-Reader/blob/master/lib/ipa_reader/ipa_file.rb#L11 ``` require "zip/zip" module IpaReader class IpaFile attr_accessor :plist,...