Method: Xcodeproj::Project#objects_by_uuid
- Defined in:
- lib/xcodeproj/project.rb
#objects_by_uuid ⇒ Hash{String => AbstractObject} (readonly)
Returns A hash containing all the objects of the project by UUID.
132 133 134 |
# File 'lib/xcodeproj/project.rb', line 132 def objects_by_uuid @objects_by_uuid end |