class Xcodeproj::Project::Object::PBXGroup

def hierarchy_path

Returns:
  • (String) - A representation of the group hierarchy.
def hierarchy_path
  GroupableHelper.hierarchy_path(self)
end