Method: Xcodeproj::Project::Object::AbstractObject#uuid

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

#uuidString (readonly)

Returns the object universally unique identifier.

Returns:

  • (String)

    the object universally unique identifier.



87
88
89
# File 'lib/xcodeproj/project/object.rb', line 87

def uuid
  @uuid
end