Method: Xcodeproj::Config#weak_frameworks

Defined in:
lib/xcodeproj/config.rb

#weak_frameworksSet<String>

Returns The list of the weak frameworks required by this settings file.

Returns:

  • (Set<String>)

    The list of the weak frameworks required by this settings file.



174
175
176
# File 'lib/xcodeproj/config.rb', line 174

def weak_frameworks
  other_linker_flags[:weak_frameworks]
end