Method: AppInfo::DSYM#macho_type
- Defined in:
- lib/app_info/dsym.rb
#macho_type ⇒ Object
22 23 24 |
# File 'lib/app_info/dsym.rb', line 22 def macho_type @macho_type ||= ::MachO.open(app_path) end |
22 23 24 |
# File 'lib/app_info/dsym.rb', line 22 def macho_type @macho_type ||= ::MachO.open(app_path) end |