Method: Xcodeproj::Config#attributes

Defined in:
lib/xcodeproj/config.rb

#attributesHash{String => String}

Returns The attributes of the settings file excluding frameworks, weak_framework and libraries.

Returns:

  • (Hash{String => String})

    The attributes of the settings file excluding frameworks, weak_framework and libraries.



42
43
44
# File 'lib/xcodeproj/config.rb', line 42

def attributes
  @attributes
end