Method: Pod::Generator::CopyResourcesScript#resources_by_config

Defined in:
lib/cocoapods/generator/copy_resources_script.rb

#resources_by_configHash{String, Array{String}] A list of files relative to the project pods root, keyed by build configuration. (readonly)

Returns HashArray{String] A list of files relative to the project pods root, keyed by build configuration.

Returns:

  • HashArray{String] A list of files relative to the project pods root, keyed by build configuration.



7
8
9
# File 'lib/cocoapods/generator/copy_resources_script.rb', line 7

def resources_by_config
  @resources_by_config
end