Class: Hash
- Inherits:
-
Object
- Object
- Hash
- 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, = {}) Plist::Emit.save_plist(self, filename) `plutil -convert binary1 \"#{filename}\"` end |