Class: AppInfo::Plugin
- Extended by:
- Forwardable
- Defined in:
- lib/app_info/ipa/plugin.rb
Overview
iOS Plugin parser
Instance Attribute Summary
Attributes inherited from Framework
Class Method Summary collapse
Methods inherited from Framework
#info, #initialize, #lib?, #macho, #name, #to_s
Constructor Details
This class inherits a constructor from AppInfo::Framework
Class Method Details
.parse(path, name = 'PlugIns') ⇒ Object
10 11 12 |
# File 'lib/app_info/ipa/plugin.rb', line 10 def self.parse(path, name = 'PlugIns') super end |