Class: HMap::ProjectProductPath
- Inherits:
-
ProductPath
- Object
- ProductPath
- HMap::ProjectProductPath
- Defined in:
- lib/hmap/xc/product_helper.rb
Instance Attribute Summary
Attributes inherited from ProductPath
Instance Method Summary collapse
-
#initialize(path) ⇒ ProjectProductPath
constructor
A new instance of ProjectProductPath.
Methods inherited from ProductPath
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 |