Method: Pod::Podfile::TargetDefinition#name=

Defined in:
lib/cocoapods-core/podfile/target_definition.rb

#name=(name) ⇒ void

This method returns an undefined value.

Sets the path of the user project this target definition should link with.

Parameters:

  • name (String)

    The path of the project.



148
149
150
151
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 148

def name=(name)
  @label = nil
  set_hash_value('name', name)
end