class Xcodeproj::Project::Object::PBXGroup
def files
-
(Array- the file references in the group)
def files children.grep(PBXFileReference) end
(Array)
- the file references in the group
def files children.grep(PBXFileReference) end