Method: AppInfo::IPA#metadata

Defined in:
lib/app_info/ipa.rb

#metadataObject



114
115
116
117
118
# File 'lib/app_info/ipa.rb', line 114

def 
  return unless metadata?

  @metadata ||= CFPropertyList.native_types(CFPropertyList::List.new(file: ).value)
end