class Xcodeproj::Project::Object::GroupableHelper

def main_group?(object)

Returns:
  • (Bool) - Wether the object is the main group of the project.

Parameters:
  • object (PBXGroup, PBXFileReference) --
def main_group?(object)
  object.equal?(object.project.main_group)
end