Method: Xcodeproj::Config#libraries

Defined in:
lib/xcodeproj/config.rb

#librariesSet<String>

Returns The list of the libraries required by this settings file.

Returns:

  • (Set<String>)

    The list of the libraries required by this settings file.



181
182
183
# File 'lib/xcodeproj/config.rb', line 181

def libraries
  other_linker_flags[:libraries]
end