class Pod::Podfile::TargetDefinition

def copy_resources_script_name

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