Method: Xcodeproj::Config#attributes
- Defined in:
- lib/xcodeproj/config.rb
#attributes ⇒ Hash{String => String}
Returns 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 |