Method: Xcodeproj::Config#frameworks
- Defined in:
- lib/xcodeproj/config.rb
#frameworks ⇒ Set<String>
Returns The list of the frameworks required by this settings file.
167 168 169 |
# File 'lib/xcodeproj/config.rb', line 167 def frameworks other_linker_flags[:frameworks] end |