Method: Pod::Podfile::TargetDefinition#user_project_path=

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

#user_project_path=(path) ⇒ void

This method returns an undefined value.

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

Parameters:

  • path (String)

    The path of the project.



259
260
261
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 259

def user_project_path=(path)
  set_hash_value('user_project_path', path)
end