Class: Pod::Target::BuildSettings::AggregateTargetSettings

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-jxedt/binary/targets/pod_target.rb

Overview

A subclass that generates build settings for a ‘PodTarget`

Since:

  • 1.5.0

Instance Method Summary collapse

Instance Method Details

#_raw_header_search_pathsObject

Since:

  • 1.5.0



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_pathsArray<String>

Returns:

  • (Array<String>)

Since:

  • 1.5.0



123
# File 'lib/cocoapods-jxedt/binary/targets/pod_target.rb', line 123

alias_method :old_raw_header_search_paths, :_raw_header_search_paths