Class: HMap::WorkspaceProductPath

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) ⇒ WorkspaceProductPath

Returns a new instance of WorkspaceProductPath.



22
23
24
25
26
# File 'lib/hmap/xc/product_helper.rb', line 22

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