Class: Timewizard::Versioner::Apple
- Defined in:
- lib/timewizard/versioner/apple.rb
Overview
Represents the Apple implementation of the versioner spec.
Instance Attribute Summary
Attributes inherited from Base
#bumped_build_number, #bumped_version_number, #file, #new_build_number, #new_version_number, #old_build_number, #old_version_number
Instance Method Summary collapse
-
#initialize(path_to_file) ⇒ Apple
constructor
A new instance of Apple.
Methods inherited from Base
#read_build_numbers, #read_version_numbers, #write_build_numbers, #write_version_numbers
Constructor Details
#initialize(path_to_file) ⇒ Apple
Returns a new instance of Apple.
16 17 18 19 |
# File 'lib/timewizard/versioner/apple.rb', line 16 def initialize(path_to_file) super path_to_file @file_contents = CFPropertyList::List.new end |