Method: AppInfo::IPA#metadata
- Defined in:
- lib/app_info/ipa.rb
#metadata ⇒ Object
114 115 116 117 118 |
# File 'lib/app_info/ipa.rb', line 114 def return unless @metadata ||= CFPropertyList.native_types(CFPropertyList::List.new(file: ).value) end |