Class: Pod::AggregateTarget

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-hmap-prebuilt/pod_target.rb

Instance Method Summary collapse

Instance Method Details

#reset_header_search_with_relative_hmap_path(hmap_path) ⇒ Object



31
32
33
34
35
36
37
38
# File 'lib/cocoapods-hmap-prebuilt/pod_target.rb', line 31

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)
    config_path = xcconfig_path(config_name)
    config_file.save_as(config_path)
  end
end