Class: Pod::AggregateTarget
- Inherits:
-
Object
- Object
- Pod::AggregateTarget
- Defined in:
- lib/cocoapods-project-hmap/pod_target.rb
Instance Method Summary collapse
Instance Method Details
#reset_header_search_with_relative_hmap_path(hmap_path) ⇒ Object
83 84 85 86 87 88 89 90 |
# File 'lib/cocoapods-project-hmap/pod_target.rb', line 83 def reset_header_search_with_relative_hmap_path(hmap_path) # override xcconfig xcconfigs.each do |config_name, config_file| config_file.reset_header_search_with_relative_hmap_path(hmap_path, @prebuilt_hmap_target_names.uniq) config_path = xcconfig_path(config_name) config_file.save_as(config_path) end end |