Module: Plist

Defined in:
lib/fastlane/plugin/test_center/helper/xctestrun_info.rb

Class Method Summary collapse

Class Method Details

.parse_binary_xml(filename) ⇒ Object



38
39
40
41
# File 'lib/fastlane/plugin/test_center/helper/xctestrun_info.rb', line 38

def self.parse_binary_xml(filename)
  `plutil -convert xml1 \"#{filename}\"`
  Plist.parse_xml(filename)
end