Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/test_center/helper/xctestrun_info.rb

Instance Method Summary collapse

Instance Method Details

#save_binary_plist(filename, options = {}) ⇒ Object



31
32
33
34
# File 'lib/fastlane/plugin/test_center/helper/xctestrun_info.rb', line 31

def save_binary_plist(filename, options = {})
  Plist::Emit.save_plist(self, filename)
  `plutil -convert binary1 \"#{filename}\"`
end