Class: PBXProject::PBXTypes::PBXGroup
- Defined in:
- lib/pbxproject/pbxtypes.rb
Instance Attribute Summary
Attributes inherited from ISAType
Instance Method Summary collapse
Methods inherited from ISAType
#_pbx_format, #_pbx_indent, #_pbx_newline, #basic_value, has_fields, has_format, #hashify, #initialize, #to_pbx
Constructor Details
This class inherits a constructor from PBXProject::PBXTypes::ISAType
Instance Method Details
#add_children(fileref) ⇒ Object
183 184 185 186 187 |
# File 'lib/pbxproject/pbxtypes.rb', line 183 def add_children(fileref) @children.push BasicValue.new(:value => fileref.guid, :comment => fileref.comment) fileref.guid end |