Module: Pod::Generator::XCConfig::XCConfigHelper

Defined in:
lib/cocoapods-static-frameworks/command/patch/xcconfig_helper.rb

Class Method Summary collapse

Class Method Details

.generate_vendored_build_settings(aggregate_target, pod_targets, xcconfig) ⇒ Object



6
7
8
9
10
# File 'lib/cocoapods-static-frameworks/command/patch/xcconfig_helper.rb', line 6

def self.generate_vendored_build_settings(aggregate_target, pod_targets, xcconfig)
  pod_targets.each do |pod_target|
    XCConfigHelper.add_settings_for_file_accessors_of_target(aggregate_target, pod_target, xcconfig)
  end
end