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
74 75 76 77 78 |
# File 'lib/cocoapods-jxedt/binary/targets/pod_target.rb', line 74 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>
73 |
# File 'lib/cocoapods-jxedt/binary/targets/pod_target.rb', line 73 alias_method :old_raw_header_search_paths, :_raw_header_search_paths |