Class: Pod::Target::BuildSettings::AggregateTargetSettings
- Inherits:
-
Object
- Object
- Pod::Target::BuildSettings::AggregateTargetSettings
- Defined in:
- lib/cocoapods-jxedt/binary/targets/pod_target.rb
Overview
A subclass that generates build settings for a ‘PodTarget`
Instance Method Summary collapse
Instance Method Details
#_raw_header_search_paths ⇒ Object
124 125 126 127 128 |
# File 'lib/cocoapods-jxedt/binary/targets/pod_target.rb', line 124 def _raw_header_search_paths header_search_paths = old_raw_header_search_paths header_search_paths.concat pod_targets.flat_map { |pt| missing_framework_header_search_path(pt) } header_search_paths.uniq end |
#old_raw_header_search_paths ⇒ Array<String>
123 |
# File 'lib/cocoapods-jxedt/binary/targets/pod_target.rb', line 123 alias_method :old_raw_header_search_paths, :_raw_header_search_paths |