lib/app_info/dsym.rb in app-info-3.0.0.beta2 vs lib/app_info/dsym.rb in app-info-3.0.0.beta3

- old
+ new

@@ -5,12 +5,12 @@ module AppInfo # DSYM parser class DSYM < File include Helper::Archive - # @return [Symbol] {Platform} - def platform - Platform::APPLE + # @return [Symbol] {Manufacturer} + def manufacturer + Manufacturer::APPLE end def each_file(&block) files.each { |file| block.call(file) } end