Class: HMap::ProjectProductPath

Inherits:
ProductPath show all
Defined in:
lib/hmap/xc/product_helper.rb

Instance Attribute Summary

Attributes inherited from ProductPath

#build_setting, #name, #path

Instance Method Summary collapse

Methods inherited from ProductPath

#build_root, #obj_root

Constructor Details

#initialize(path) ⇒ ProjectProductPath

Returns a new instance of ProjectProductPath.



30
31
32
33
34
# File 'lib/hmap/xc/product_helper.rb', line 30

def initialize(path)
  @name = File.basename(path, '.xcodeproj')
  @build_setting = Resolver.instance.project_build_settings(path)
  super
end