Class: XcodeArchiveCache::Config::Project

Inherits:
Entry
  • Object
show all
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

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