Class: XcodeArchiveCache::Config::Project
- Defined in:
- lib/config/config.rb
Instance Attribute Summary
Attributes inherited from Entry
#active_configuration_name, #configurations, #name, #settings, #storage, #targets
Instance Method Summary collapse
-
#initialize(path) ⇒ Project
constructor
A new instance of Project.
Methods inherited from Entry
#active_configuration, #file_path, #to_s
Constructor Details
#initialize(path) ⇒ Project
Returns a new instance of Project.
80 81 82 83 |
# File 'lib/config/config.rb', line 80 def initialize(path) super(path) @file_extname = ".xcodeproj" end |