Class: Pod::SPM::Hook::UpdateSettings

Inherits:
Pod::SPM::Hook show all
Defined in:
lib/cocoapods-spm/hooks/pre_integrate/update_settings.rb

Instance Method Summary collapse

Methods inherited from Pod::SPM::Hook

#aggregate_targets, #config, #initialize, #perform_settings_update, #pod_targets, #pods_project, run_hooks, #sandbox, #user_build_configurations

Methods included from Config::Mixin

#macro_pods, #spm_config

Constructor Details

This class inherits a constructor from Pod::SPM::Hook

Instance Method Details

#runObject



8
9
10
11
12
# File 'lib/cocoapods-spm/hooks/pre_integrate/update_settings.rb', line 8

def run
  update_other_swift_flags
  update_swift_include_paths
  update_linker_flags
end