Commit 3e6cdfd4 authored by Will Pragnell's avatar Will Pragnell

Integrate acknowledgements generator into install command

parent a5bec522
...@@ -80,6 +80,7 @@ module Pod ...@@ -80,6 +80,7 @@ module Pod
target_installers.each do |target_installer| target_installers.each do |target_installer|
pods_for_target = activated_pods_by_target[target_installer.target_definition] pods_for_target = activated_pods_by_target[target_installer.target_definition]
target_installer.install!(pods_for_target, @sandbox) target_installer.install!(pods_for_target, @sandbox)
Generator::Acknowledgements.new(target_installer.target_definition, pods_for_target).save_in_directory(config.project_pods_root)
end end
generate_lock_file!(pods) generate_lock_file!(pods)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment