Class: Pod::Podfile::TargetDefinition

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods/hooks/installer_representation.rb

Instance Method Summary collapse

Instance Method Details

#copy_resources_script_nameObject



12
13
14
15
16
17
# File 'lib/cocoapods/hooks/installer_representation.rb', line 12

def copy_resources_script_name
  UI.warn "TargetDefinition#copy_resources_script_name is deprecated. " \
    "The value is accessible directly from the representation of the " \
    "library using the #copy_resources_script_path method."
  Config.instance.sandbox.root + "#{label}-resources.sh"
end