class Xcodeproj::Project::Object::PBXFileReference

def set_path(path)

Returns:
  • (void) -

Parameters:
  • the (#to_s) -- path for the reference.
def set_path(path)
  if path
    GroupableHelper.set_path_with_source_tree(self, path, source_tree)
  else
    self.path = nil
  end
end