Method: Xcodeproj::Config#other_linker_flags

Defined in:
lib/xcodeproj/config.rb

#other_linker_flagsHash{Symbol => Set<String>}

Returns The other linker flags by key. Xcodeproj handles them in a dedicated way to prevent duplication of the libraries and of the frameworks.

Returns:

  • (Hash{Symbol => Set<String>})

    The other linker flags by key. Xcodeproj handles them in a dedicated way to prevent duplication of the libraries and of the frameworks.



48
49
50
# File 'lib/xcodeproj/config.rb', line 48

def other_linker_flags
  @other_linker_flags
end