Method: Xcodeproj::Project#root_object

Defined in:
lib/xcodeproj/project.rb

#root_objectPBXProject (readonly)

Returns the root object of the project.

Returns:

  • (PBXProject)

    the root object of the project.



136
137
138
# File 'lib/xcodeproj/project.rb', line 136

def root_object
  @root_object
end