Class: Pod::AggregateTarget

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods_bugsnag.rb

Instance Method Summary collapse

Instance Method Details

#framework_dsym_pathsObject



102
103
104
105
106
107
108
109
# File 'lib/cocoapods_bugsnag.rb', line 102

def framework_dsym_paths
  return [] unless includes_frameworks?

  framework_paths_by_config['Release'].map do |framework|
    name = File.basename(framework.source_path, '.framework')
    "#{framework.source_path}.dSYM/Contents/Resources/DWARF/#{name}"
  end
end