Class: Pod::SPM::Hook::UpdateSettings
- Inherits:
-
Pod::SPM::Hook
- Object
- Pod::SPM::Hook
- Pod::SPM::Hook::UpdateSettings
- Defined in:
- lib/cocoapods-spm/hooks/post_integrate/5.update_settings.rb
Instance Method Summary collapse
Methods inherited from Pod::SPM::Hook
#aggregate_targets, #config, #initialize, #perform_settings_update, #pod_target_subprojects, #pod_targets, #podfile, #pods_project, #projects_to_integrate, run_hooks, #sandbox, #user_build_configurations
Methods included from Config::SPMConfigMixin
#local_macro_pod?, #local_macro_pod_dir, #macro_pods, #spm_config
Methods included from Config::PodConfigMixin
Methods included from Config::ProjectConfigMixin
Constructor Details
This class inherits a constructor from Pod::SPM::Hook
Instance Method Details
#run ⇒ Object
8 9 10 11 |
# File 'lib/cocoapods-spm/hooks/post_integrate/5.update_settings.rb', line 8 def run update_macro_plugin_flags update_packages_flags end |