Method: Xcodeproj::Workspace::Reference#type

Defined in:
lib/xcodeproj/workspace/reference.rb

#typeString (readonly)

This can be of the following values:

  • absolute

  • group

  • container

  • developer (unsupported)

Returns:

  • (String)

    the type of reference to the project



14
15
16
# File 'lib/xcodeproj/workspace/reference.rb', line 14

def type
  @type
end