Method: Xcodeproj::Project::ObjectList#objects

Defined in:
lib/xcodeproj/project/object_list.rb

#objectsArray<AbstractObject>

Returns a new array generated with the objects contained in the list.

Returns:

  • (Array<AbstractObject>)

    a new array generated with the objects contained in the list.



45
46
47
# File 'lib/xcodeproj/project/object_list.rb', line 45

def objects
  to_a
end