Method: Ambient::ProjectHelper#process_target_options
- Defined in:
- lib/ambient/project_helper.rb
#process_target_options(target_options) ⇒ Object
53 54 55 56 57 58 59 60 61 62 63 64 65 |
# File 'lib/ambient/project_helper.rb', line 53 def () @project.targets.each do |target| = [target.to_s] if @project.build_configurations.each do |configuration| = [configuration.to_s] if target.build_configuration_list.build_settings(configuration.to_s).merge!() end end end end end |