Class: AppInfo::Plugin

Inherits:
Framework show all
Extended by:
Forwardable
Defined in:
lib/app_info/ipa/plugin.rb

Overview

iOS Plugin parser

Instance Attribute Summary

Attributes inherited from Framework

#file

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